-
Notifications
You must be signed in to change notification settings - Fork 687
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
gRPC requests fail for intermittent time after mapping creation #1587
Comments
Related to #504 (comment) |
Also to note when making repeated requests: I get failed gRPC requests with status.UNIMPLEMENTED returns |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any update on whether others see this or not? |
+1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
gRPC endpoint fails after initial mapping for intermittant time
To Reproduce
Steps to reproduce the behavior:
Create a gRPC Mapping. The mapping we use is:
I see in debug logs
no cluster match for URL '/seldon.protos.Seldon/Predict'
while the gRPC requests fail.Expected Behaviour:
I would expect gRPC to succeed when mapping is available as backend services are ready.
Versions (please complete the following information):
Additional context
A bad request log is shown below:
After a variable time (secs, minutes) a successful request is possible:
The text was updated successfully, but these errors were encountered: