[Revert][Build] Ubuntu 22.04 was not compatible with Python Client Wheel#20759
Conversation
|
I remember that we don't release Python client for 2.11. Shall we try to drop those code for an easier-to-maintain base? |
|
The wheel is installed from I don't think we need much efforts to maintain it. |
|
Sorry I missed the fact that branch-2.11 still build code from source. I think the issue is that when cherry-picking the original PR to branch-2.11, it didn't pin the Python client version to 3.2.0 so the build failed. |
+1, we should cherry-pick the PR #20475 with changing the python client version to 3.2.0. Here is the root cause: #20475 (comment) And there's a PR to fix it: #20770 |
Fixes #20725
Motivation
Building the Docker image of Pulsar 2.11 was broken due to an incompatible wheel file. The wheel made on the manylinuz apachepulsar/pulsar-build image is compatible with Ubuntu 20.04, but is not compatible with Ubuntu 22.04.
Modifications
Reverting the changes to use Ubuntu 22.04 in Dockerfiles back to Ubuntu 20.04.
Added some print.
Verifying this change
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-complete