Skip to content
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

Errors occurred while launching Pegasus bench #1895

Closed
empiredan opened this issue Feb 5, 2024 · 1 comment
Closed

Errors occurred while launching Pegasus bench #1895

empiredan opened this issue Feb 5, 2024 · 1 comment
Labels
type/bug This issue reports a bug.

Comments

@empiredan
Copy link
Contributor

While launching Pegasus bench, error occurred that config file was not found:

$ /home/data/pegasus/tools/run.sh bench --type fillrandom_pegasus --num 100000 --cluster 127.0.0.1:34601--app_name test --thread_num 2
cp: cannot stat ‘/home/data/pegasus/tools/build/latest/output/bin/pegasus_bench/config.ini’: No such file or directory

The reason is that the tools is packaged by pack_tools for production environment, where build/latest/output could not be found since it is only used for local test environment.

@empiredan empiredan added the type/bug This issue reports a bug. label Feb 5, 2024
GehaFearless pushed a commit that referenced this issue Feb 5, 2024
…pack_tools on production environment (#1896)

#1895

Error occurred that config file was not found while launching Pegasus
bench. The reason is that the tools is packaged by pack_tools for
production environment, where build/latest/output could not be found
since it is only used for local test environment.
@empiredan
Copy link
Contributor Author

This issue is fixed by #1896.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

1 participant