Senthil Kumar Guruswamy

Results 12 comments of Senthil Kumar Guruswamy

Hi Michael, Sorry for the delayed response. The current situation demands me to address this issue in the hiredis version(0.14.0) itself due to time limit. Upon further investigation with the...

Hi Michael, The crash is not reproducible. I was able to find the memory corruption(sdshdr) from the core file debugging. Attempting the valgrind run for the application in parallel. I...

We don't use any redis modules. In a container, we just download & install the redis server and tools using below commands and access it. RUN curl -o redis-tools_6.2.6-1rl1~buster1_amd64.deb https://packages.redis.io/deb/pool/buster/r/re/redis-tools_6.2.6-1rl1~buster1_amd64.deb...

@adyeung Reviewer @stepanblyschak has approved the changes.

@dgsudharsan @adyeung Found the issue, it is due to EOFError from the queue processing during queue shutdown. The fix already exists in the master code --> https://github.com/sonic-net/sonic-buildimage/blob/master/src/system-health/health_checker/sysmonitor.py#L485 Please backport it...

> @sg893052 please share the PR in master so we can add the relevant label for the backport. https://github.com/sonic-net/sonic-buildimage/pull/17459 is the PR in master

> @sg893052 Even with the PR we see the issue. @dgsudharsan Please share the Techsupport and image details.

@dgsudharsan @Junchao-Mellanox We could consider to ignore the ztp service for system ready. Sysmonitor has the logic in place to skip the services mentioned in the platform specific system_health configuration...

@dgsudharsan @adyeung https://github.com/sonic-net/sonic-buildimage/pull/18911 is the PR raised to address this issue.