lhotari commented on issue #23306: URL: https://github.com/apache/pulsar/issues/23306#issuecomment-2410710727
It didn't reproduce with RHEL 9 on GCP t2a-standard-1 / Ampere Altra Arm64 GCP doesn't have RHEL 8 image available for Arm64, so I used RHEL 9 Arm64 image. ``` [lari_hotari@instance-20241014-100511 ~]$ uname -a Linux instance-20241014-100511 5.14.0-427.37.1.el9_4.aarch64 #1 SMP PREEMPT_DYNAMIC Fri Sep 13 17:15:09 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux ``` used these commands ``` yum install -y podman tmux tmux # in one tmux window podman run --rm -it docker.io/apachepulsar/pulsar:3.3.1 bin/pulsar standalone # in another CTRL-B C podman exec -it pulsar bin/pulsar-perf produce test ``` @ozangunalp Do you have any suggestions for reproducing on a cloud VM? Which commands should I use? -- 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]
