hydro-project / anna

A low-latency, cloud-native KVS
Apache License 2.0
702 stars 106 forks source link

Improve visibility & documentation #37

Open vsreekanti opened 4 years ago

vsreekanti commented 4 years ago

There's lots of place in the code where the explanation is sparse and/or not very helpful. Finding ways to make codepaths more visible: For each API call, which are the architecture components as well as the actual pieces of code being touched.

samyaditya commented 3 years ago

It would be great if little bit of explanation can be added on how to use anna-bench, anna-bench-trigger, anna-route. I tried running anna-bench along with anna-cli, seems like they both use same port. Are these 2 not supposed to be run together ?

leehm00 commented 1 year ago

It would be great if little bit of explanation can be added on how to use anna-bench, anna-bench-trigger, anna-route. I tried running anna-bench along with anna-cli, seems like they both use same port. Are these 2 not supposed to be run together ?

Hello, I'm having problems running anna-bench. After I start anna-server, I try to run anna-bench with just ./anna-bench command, but it always goes wrong with the following problem:

image

Could you give me some advice on how to run anna-bench? Thanks very much!