apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.99k stars 312 forks source link

fix(shell): allow bench to be launched for the directory packaged by `pack_tools` on production environment #1896

Closed empiredan closed 9 months ago

empiredan commented 9 months ago

https://github.com/apache/incubator-pegasus/issues/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.