-
Notifications
You must be signed in to change notification settings - Fork 708
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
Problem with InfraValidator: RPC Error StatusCode.UNAVAILABLE #2914
Comments
Please check "docker service logs" output as well as "docker info" and see the status of the container. |
I already did and everything looks normal. |
Hi, this is an INFO log (not WARNING or ERROR) which was intentionally turned on for verbosity. When InfraValidator is checking whether model is successfully loaded, it does it by periodically (1s?) polling to the model server, and the server might respond Source code: tfx/tfx/components/infra_validator/model_server_clients/tensorflow_serving_client.py Line 78 in 1c7d6c9
|
@selknamintech, |
Hi @chongkong Sorry for the delay in my response. That message is confusing though. It will be great if at least the word "ERROR" can be changed because it can lead to misunderstanding Marking this help as done ✅ |
Context: #2914 PiperOrigin-RevId: 350056182
Will update the INFO log message format in the following PR |
Context: #2914 PiperOrigin-RevId: 350056182
Context: #2914 PiperOrigin-RevId: 350056182
Context: #2914 PiperOrigin-RevId: 350056182
Context: #2914 PiperOrigin-RevId: 350293099
I have been trying to use InfraValidator component on local environment. I have tried 3 different ways: Interactive, Airflow and Beam. For all of them I am getting the same stack error.
It is strange because the container is triggered, the model is loaded successfully but I got confusing error. Finally the model is blessed by the component.
How I am using it:
The logs and error in between: "<_InactiveRpcError.."
Could you please tell me why I am seeing this behaviour. The model is still blessed even getting this error.
Thanks!
The text was updated successfully, but these errors were encountered: