Closed ZhaohuiS closed 3 months ago
/azp_run
/azp run Azure.sonic-dbsyncd
@yxieca could you please help review and merge this PR? It's missed in 202311.
/azp run Azure.sonic-dbsyncd
Close it since https://github.com/sonic-net/sonic-dbsyncd/pull/68 is auto merged.
cherry-pick https://github.com/sonic-net/sonic-dbsyncd/pull/64
Separate deleted and changed scearios deleted interfaces, delete their table key changed interfaces if lldp_rem_time_mark is only changed key, just use hset its new value. Don't delete interface table key. If other keys are changed as well, delete interface key and use hmset to set the whole dict into DB, instead of using hset each item one by one. This will avoid interface exists but some of its keys are not added.