Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRR-10.0.0] Log message on execution of warm-reboot/fast-reboot mgmt_msg_read: got EOF/disconnect #21270

Open
gpunathilell opened this issue Dec 24, 2024 · 0 comments

Comments

@gpunathilell
Copy link
Contributor

Description

During warm-reboot or fast-reboot with the frr-10.0.0, we get the following error log:
ERR bgp#mgmtd[42]: [X3G8F-PM93W] BE-adapter: mgmt_msg_read: got EOF/disconnect
This is caused during the stop execution in bgp.sh:

if [[ x"$WARM_BOOT" == x"true" ]] || [[ x"$FAST_BOOT" == x"true" ]]; then

  if [[ x"$WARM_BOOT" == x"true" ]] || [[ x"$FAST_BOOT" == x"true" ]]; then
        debug "Kill zebra first"
        /usr/bin/docker exec -i bgp pkill -9 zebra || [ $? == 1 ]
        /usr/bin/docker exec -i bgp pkill -9 bgpd || [ $? == 1 ]
    fi

When the zebra and bgpd processes are killed we see this error log

Steps to reproduce the issue:

  1. Execute warm-reboot or fast-reboot with an image which has frr-10.0.0
  2. Error log is seen in syslog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant