sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
740 stars 1.43k forks source link

ERR eventd#eventd: :- deserialize: deserialize Failed: input stream error #20246

Open saksarav-nokia opened 2 months ago

saksarav-nokia commented 2 months ago

Description

The following errors are seen during sonic-mgmt PC and VOQ suites in 202405. We have not seen this before.

ERR eventd#eventd: :- deserialize: deserialize Failed: input stream errorstr[0:64]:(#001) data type: std::cxx11::basic_string<char, std::char_traits, std::allocator >& ERR eventd#eventd: :- deserialize: deserialize Failed: input stream errorstr[0:64]:(#001) data type: std::cxx11::basic_string<char, std::char_traits, std::allocator >&

Steps to reproduce the issue:

  1. Run full sonic-mgmt oc tests

Describe the results you received:

The eventd errors are logged in syslog file

Describe the results you expected:

No errors

Output of show version:

202405

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

arista-hpandya commented 1 month ago

Arista also noticed this error. We saw this when we were running the test_reboot_supervisor in test_voq_disrupts.py. This narrows it down to a reboot issue. Will update if we get more details on this.

arista-hpandya commented 1 month ago

The case 4 described in PR #20024 aligns with the error we are seeing. I assume that the follow up PR mentioned in the description would be addressing this error @zbud-msft ?

zbud-msft commented 1 month ago

PR already merged in master: https://github.com/sonic-net/sonic-swss-common/pull/906. Still pending merge in 202405: https://github.com/sonic-net/sonic-swss-common/pull/911

arista-hpandya commented 1 month ago

Thank you for the update @zbud-msft . Can you please link the PR with this issue.