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

Adds GRPCIO guards on tfserving-proxy server to fix version clash #2788

Merged
merged 2 commits into from
Dec 17, 2020

Conversation

axsaucedo
Copy link
Contributor

Fixes #2787

This will also have to be cherry-picked for 1.5.1 release.

@axsaucedo
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Thu Dec 17 07:49:55 UTC 2020
The logs for [lint] [2] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2788/2.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2788 --build=2

@seldondev
Copy link
Collaborator

Thu Dec 17 07:50:05 UTC 2020
The logs for [pr-build] [1] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2788/1.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2788 --build=1

@seldondev
Copy link
Collaborator

Thu Dec 17 07:50:13 UTC 2020
The logs for [integration] [3] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2788/3.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2788 --build=3

@@ -1,3 +1,5 @@
tensorflow>=1.12.0
tensorflow-serving-api>=1.10.1
grpcio==1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any link to the tensorflow issue that this fixes? Maybe add to seldon-core issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not really an issue, it's just that they have a hard requirement for grpcio==0.32.0, whereas seldon-core package installs 1.34.0 on the base redhat image

Copy link
Contributor

@ukclivecox ukclivecox Dec 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So why not fix python package to 1.32.0 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok actually I've added tensorflow/tensorflow#45785 to see if they can actually update it, but let's see, I do expect them to just say "we'll need to stick with 1.32.x" for Y reasons

@seldondev
Copy link
Collaborator

Thu Dec 17 08:50:19 UTC 2020
The logs for [lint] [5] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2788/5.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2788 --build=5

@seldondev
Copy link
Collaborator

Thu Dec 17 08:50:28 UTC 2020
The logs for [pr-build] [4] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2788/4.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2788 --build=4

@ukclivecox
Copy link
Contributor

/approve

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cliveseldon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hard requirement in Tensorflow (API) on GRPCIO 1.32.x breaks Seldon Core
3 participants