Regression of Pulsar 4.0.1 image

2024-12-11 Thread Yunze Xu
Hi all, When I started a container for Python client tests locally, I found the cluster failed to start. Reproduce steps: ``` git clone https://github.com/apache/pulsar-client-python.git cd pulsar-client-python ./build-support/pulsar-test-service-start.sh ``` The script was blocked at: ``` unt

Re: Regression of Pulsar 4.0.1 image

2024-12-11 Thread Yunze Xu
I opened an issue for it: https://github.com/apache/pulsar/issues/23717 It seems to crash when loading the native SSL library. Thanks, Yunze On Thu, Dec 12, 2024 at 11:21 AM Yunze Xu wrote: > > Hi all, > > When I started a container for Python client tests locally, I found > the cluster failed