You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
I have setup cloudburst to run given benchmarks both running on local machine. My goal is to run benchmarks on local that are available under cloudburst/server. Unfortunately, I was unable to figure out what is missing to get responses from anna.
After I start a benchmark, for example composition.py it runs fine until registering functions but never returns/timeout after this when try to call get() from anna.
I guess the issue is with ports configurations that I did not change and all ports are free (that are possibly used by anna or cloudburst by default).
Also the ones cloudburst need here.
I am also able to run the example given in main readme of cloudburst just fine.
My configurations:
Anna seems running fine on local and I could GET and PUT in kvs.
I can also post recent logs from anna and cloudburst if that helps but there was no error or info message.
I wonder what am i missing to get results from benchmarks? Is there already a documentation about connecting both? I would be happy to improve any documentation once the issue is resolved :)
The text was updated successfully, but these errors were encountered:
Update: after further debugging, it looks like the connection to anna KVS works fine but is too slow probably. I noticed this when I am debugging line by line, it actually loads the values from Anna and gets worker_address correctly.
Hi team,
I have setup cloudburst to run given benchmarks both running on local machine. My goal is to run benchmarks on local that are available under
cloudburst/server
. Unfortunately, I was unable to figure out what is missing to get responses from anna.After I start a benchmark, for example
composition.py
it runs fine until registering functions but never returns/timeout after this when try to callget()
from anna.I guess the issue is with ports configurations that I did not change and all ports are free (that are possibly used by anna or cloudburst by default).
Also the ones cloudburst need here.
I am also able to run the example given in main readme of cloudburst just fine.
My configurations:
Anna seems running fine on local and I could GET and PUT in kvs.
Cloudburst executor and scheduler are also running
I can also post recent logs from anna and cloudburst if that helps but there was no error or info message.
I wonder what am i missing to get results from benchmarks? Is there already a documentation about connecting both? I would be happy to improve any documentation once the issue is resolved :)
The text was updated successfully, but these errors were encountered: