-
Notifications
You must be signed in to change notification settings - Fork 124
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
vpp-agent taking 500ms (with WaitDone == true) for simple transaction #1748
Comments
Log output:
|
Similar log output from a different event:
|
Looks like 2ms from when I send my call till you start your first execution: super good!
and pretty much instantly returned after its last execution (note: log ordering got a little messed up here, but check the timestamps).
|
Looks like 551ms is accounted for by the execution - so we know where all the time is going here.
|
Related to: #1739 |
Could you mention exact vpp-agent version as well? If you print the header of the log it is next to the logo. |
vppagent version from the go.mod:
And the Dockerfile:
|
This should not really matter as you only use vpp-agent Go module for generated gRPC client and this issue is about server behavior.
That is not unique identifier.. To be reference docker image uniquely, use
Or even better would be to copy this part of the log with logo:
|
|
Updated images and a few observations:
|
Tracked in #1751
Yes, open new issue please.
Kinda tracked in #1749 |
Can I close this issue? Other problems are unrelated to this issue of "WaitDone taking ~500ms.." and should be tracked separately. |
Don't close quite yet, need to beat on it a bit more to be sure. |
Placeholder
The text was updated successfully, but these errors were encountered: