On 03/15/2015 11:05 AM, Kiran Ayyagari wrote:
> yes, as you suspected, this leads to problems in replication.
> When we decide to replicate configuration the state will be
> evaluated based on these operational attributes (entryCSN and contextCSN
> specifically)
> 
> Can we just send the mods instead of re-writing all entries?

I think so. We already have a PartitionsDiffComputer class that is used
to edit configuration of a remote server.

Howerver when editing the config we only deal with the partition
directly, there is no running server. So modifications don't go through
the interceptor chain and we'd have to take care that operational
attributes are correctly maintained (add entryUUID etc for new entries,
update modifyTimestamp etc on update).

Reply via email to