-
Notifications
You must be signed in to change notification settings - Fork 232
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
Connection closed error with image tag 3.0.2 #427
Comments
Found this error in broker as well
|
@bhavyaravilla this is a security improvement made in apache/pulsar#19455 . @michaeljmarshall Do you have a chance to check how this could be supported in Apache Pulsar Helm chart? |
Attempt to fix this gap with PR #430 . |
workaround: broker:
configData:
proxyRoles: 'proxy-admin' Alternatively append |
I am also currently encountering this issue with a "fresh" pulsar deployment from the helm chart. My error message contains a different role, but it's probably the same issue:
My client tries to connect via "pulsar+ssl" and uses the "admin"-Token for authentication. The client shows following error:
If I understand correctly, this will be solved by adding:
to the .yaml file, run a |
@Loahrs Exactly |
Thank you so much! After setting the entry for Now I see a different kind of error in my proxy-logs:
It's showing a succesful authentication attempt (thanks to the new config-entry). But then the server responds with a Sorry to further bother you with that, but do you have any ideas about that? Are there other configs to add to fix this issue? I could provide my yaml if that helps, but I mostly just followed the official instructions for the helm chart and made no other changes. |
I replied to #431 (comment) |
Sorry @Loahrs , this was not the correct syntax. It's explained in #431 (comment) |
I updated the workaround instructions to reduce confusion, #427 (comment). |
Describe the bug
I am currently using Pulsar with image tag v2.11.0. I am trying to upgrade it to use image v3.0.2 to fix the zookeeper certificate reload issue. But I am getting the below error when I deploy using the image tag v3.0.2. I have downloaded the latest pulsar helm charts from the main.
Error when trying to produce or consume messages
2024-01-12T14:08:14,177+0000 [pulsar-client-io-1-3] ERROR org.apache.pulsar.client.impl.ClientCnx - [id: 0x3f3194a1, L:/10.4.28.3:35442 - R:pre-devops-pulsar-upgrade-proxy.pulsar.svc.cluster.local/172.20.141.255:6651] Close connection because received internal-server error {"errorMsg":"org.apache.pulsar.client.api.PulsarClientException: Connection already closed","reqId":2440157358230427765, "remote":"pre-devops-pulsar-upgrade-proxy.pulsar.svc.cluster.local/172.20.141.255:6651", "local":"/10.4.28.3:35442"}
Please help with which image tag should be used here. I saw the support for version 3.0.0 is available already in the main which means image version 3.0.2 should be deployable
The text was updated successfully, but these errors were encountered: