Hi Team, we are running a db consistency check along two mated Aerospike db connected via XDR. We have challenges to get/find primary key (pk) of the records that differ between the 2 db. We see that using “SET RECORD_PRINT_METADATA TRUE” and extracting the needed information, we easily can do a diff parsing the edigest element.
We tested that edigest is accepted by “operate touch()” and record is replicated between the 2 dbs.
Could you please confirm that this edigest usage is ok ?
Thanks a lot in advance Andrea