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

pyroute2.netlink.exceptions.NetlinkDumpInterrupted: (-1, 'dump interrupted') #1206

Open
jjk334 opened this issue Aug 14, 2024 · 3 comments
Open

Comments

@jjk334
Copy link

jjk334 commented Aug 14, 2024

pyroute2 version 0.7.12
Please help me find out what the error is. Thank you.
image

@cszhi
Copy link

cszhi commented Dec 5, 2024

I also encountered this issue.
Can someone help take a look?

@crosser
Copy link
Contributor

crosser commented Dec 5, 2024

This is not an error.
This is the way kernel tells userspace that they need to re-request the dump.
So you need to wrap your request in a retry loop.

@cszhi
Copy link

cszhi commented Dec 5, 2024

@crosser Thanks.
Does this cause the Kuryr service to temporarily become unresponsive?
The Docker logs show that it is unable to connect to Kuryr.

Dec 5 15:58:41 xm-zun-nova03 dockerd: time="2024-12-05T15:58:41.005434118+08:00" level=warning msg="Unable to connect to plugin: 127.0.0.1:23750/IpamDriver.RequestAddress: Post "http://127.0.0.1:23750/IpamDriver.RequestAddress\": EOF, retrying in 1s"
Dec 5 15:58:42 xm-zun-nova03 dockerd: time="2024-12-05T15:58:42.230920370+08:00" level=error msg="Handler for POST /v1.26/containers/bc18805bc8e646bbc2099f62dd1374358336de9f61a6617700215c03a6de4e8e/restart returned error: Cannot restart container bc18805bc8e646bbc2099f62dd1374358336de9f61a6617700215c03a6de4e8e: IpamDriver.RequestAddress: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand."

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

3 participants