-
Notifications
You must be signed in to change notification settings - Fork 19
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
vppapi
event takes a long time
#464
Comments
Hi @jkossak We looked at the logs from |
Hi @glazychev-art, it rather happened on my system when I was testing certain commit. When I turned back to try previous commmits the ping was working again. I returned to the same one and ping was not working again. Now I'm on commit b8988399c800a966cf8148d0e42762e54266f6c9 and I do not not see issues with ping test. The commit that I used when ping did not work was f04abcdc94c1a96652886c1d84f6e29601431ea4. From that commit I removed all cpu and mem limits and requests for exclude-prefixes to avoid restarts of exclude-prefixes container. |
Seems like the issue outdated and was fixed by @jkossak Be free to reopen this if you see any issues. |
Description
Looking through the logs, it was noticed that the event from
vpp
about uppingmemif
interface can take a long time.See: https://github.com/networkservicemesh/sdk-vpp/blob/main/pkg/networkservice/up/common.go#L102-L118
For example, we were supposed to get an event here:
Later we get an event, but it takes a long time (see
duration
):Logs
forwarder21.zip
Related issue
networkservicemesh/deployments-k8s#2381
The text was updated successfully, but these errors were encountered: