BewareMyPower commented on PR #14585: URL: https://github.com/apache/pulsar/pull/14585#issuecomment-1108491909
You can see error logs in https://github.com/apache/pulsar/runs/6155320188?check_suite_focus=true. ``` Exception AttributeError: "'Client' object has no attribute '_handle'" in <bound method Client.__del__ of <pulsar.Client object at 0x7f0582d10ed0>> ignored ``` Debugging for the Python2 code is somehow troublesome. I usually build the Python2 wheels in a CentOS 7 docker with `docker-build.sh` and run tests inside the container. If you are not in a hurry to merge this PR, maybe it's better to wait until PIP-155 is done. After that, you can restore this PR to the Python3 compatible code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
