[Tarantool-patches] [PATCH v3 3/4] replication: do not relay rows coming from a remote instance back to it
Konstantin Osipov
kostja.osipov at gmail.com
Tue Feb 18 22:07:07 MSK 2020
* Serge Petrenko <sergepetrenko at tarantool.org> [20/02/18 20:38]:
> vclock_create(&replica_clock);
> bool anon;
> - xrow_decode_subscribe_xc(header, NULL, &replica_uuid,
> - &replica_clock, &replica_version_id, &anon);
> + bool is_orphan;
> + xrow_decode_subscribe_xc(header, NULL, &replica_uuid, &replica_clock,
> + &replica_version_id, &anon, &is_orphan);
Why did you make it so complicated, could you please explain? What
went wrong with my suggestion?
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list