-
Notifications
You must be signed in to change notification settings - Fork 122
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
Can I run cloudsuite benchmark on arm64 architecture directly by offical code? #433
Comments
Hello, It would be better if you could provide the error message you met so that we can look into your errors together. Best |
When I download media stream dataset. I got message like that:
|
When I try to use query.sh from web search as the documentation says, I get the following:
And I did not find error message in nginx log |
When I try to start the server docker in web server benchmark and access http://<web_server's IP>:8080, I may get 502 Bad Gateway, and I found that the possible error lies in php-fpm. The keyword is SIGSEGV. The error is similar to the following: |
The above three situations are the main problems I currently encounter. When I try to run the same docker on a server with x86_64 architecture, there is no such problem. Thank you for your help |
Hello, Thanks for your error message. May I know the configuration of your ARM64 server? We never met this problem before so I am curious what happened. Do other workload report errors? Best, |
Hello, Almost every workload reports errors. Some will report an error that the JAVA_HOME cannot be found though there is a JAVA environment in the docker. Other errors, such as solr requires us to set SOLR_JAVA_STACK_SIZE greater than 448K. |
Hello, Could you please send us the exact list of commands you used for launching web-search? Rafael |
Hello,
client:
I don't know if such a prompt counts as the successful connection between my server and client. And sometimes different information will be displayed:
|
Hello, Thanks for the log. When you see the report (the log showing Best, |
Hello,
|
Hello, Sorry for our late reply. Did you check the status of the Solr server when seeing these logs? Our guess is that the server is shutdown due to some reasons, thus the client reports such errors. Best, |
Hello, |
I have tried all the benchmarks of cloudsuite for arm64. There are a lot of problems. almost all the benchmark can not run by offical code. Web-serving have php-fpm problem. And I am confused because I can not reproduce effort by offical code. by query.sh, I got 404 Not Fund result. So I am looking for your help.
The text was updated successfully, but these errors were encountered: