lhotari commented on pull request #14088: URL: https://github.com/apache/pulsar/pull/14088#issuecomment-1027673568
the `-q 1` didn't solve the issue in Pulsar Helm Chart CI tests when TLS is enabled for Zookeeper. I made a change to send the "ruok" to the TLS port when TLS is enabled. The command used is `bash -c 'echo ruok | openssl s_client -quiet -crlf -connect localhost:2281 -cert /pulsar/certs/zookeeper/tls.crt -key /pulsar/certs/zookeeper/tls.key | grep imok'`. [A similar approach is used in the Bitnami Zookeeper Helm chart for Zookeeper probes](https://github.com/bitnami/charts/blob/5b659dea765218500a85c33a40361db0bec040bf/bitnami/zookeeper/templates/statefulset.yaml#L355). This doesn't resolve the issue and TLS tests still fail occasionally. This means that the problem is elsewhere. Perhaps the ZK fix https://github.com/apache/zookeeper/pull/1800 resolves it. -- 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]
