sonic-net / sonic-sairedis

SAI object interface to Redis database, as used in the SONiC project
Other
56 stars 265 forks source link

Change to increase syncd redis default timeout #1406

Closed pavannaregundi closed 1 month ago

pavannaregundi commented 1 month ago

Why I did it: Migrating some older armhf platform from SONiC 202311 to master and 202405 branch, resulted in syncd create_switch timeout. It is analyzed to see that SAI SDK code remains the same and time consume by SAI SDK during init when some(snmp mgmt-framework lldp gnmi dhcp_relay radv teamd pmon bgp) of the docker in sonic are disabled is same as running on 202311(with same environment). Some of the other observations are:

How to verify it: Was able to run SONIC PTF without switch create timeout with 80sec timeout.

Pavan-Nokia commented 1 month ago

@pavannaregundi Please convert to OPEN PR for merging

kcudnik commented 1 month ago

Not sure if this is right approach, is there root cause of why switch create takes much longer ?