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
I am reaching out to clarify one issue that I am facing related to Vivaldi coordinates in serf. I kindly seek your guidance if possible.
I have a few nodes running serf and now I need to get the coordinates of these nodes. So far, I have used a custom code to get the coordinates via RPC command get-coordinate and was able to get coordinates of the particular node where I am running the code. For example, if I run the code to get coordinates on node A it only gives the coordinate for node A, but not for other nodes. It only gives the coordinates for single node.
The problem is I want to have a search algorithm (range query) on any selected node to get all nodes within a certain latency. For example, I want to have a way to get all nodes that are within 10ms from Node A, which needs to give me all the respective nodes. As I think to do this I need to have all the coordinates of other nodes (like a table) in Node A so that I can use this table to get the applicable nodes.
Would it be possible to handle this?
Thank you so much for kind assistance.
The text was updated successfully, but these errors were encountered:
Hello,
I am reaching out to clarify one issue that I am facing related to Vivaldi coordinates in serf. I kindly seek your guidance if possible.
I have a few nodes running serf and now I need to get the coordinates of these nodes. So far, I have used a custom code to get the coordinates via RPC command
get-coordinate
and was able to get coordinates of the particular node where I am running the code. For example, if I run the code to get coordinates on node A it only gives the coordinate for node A, but not for other nodes. It only gives the coordinates for single node.Example output:
The problem is I want to have a search algorithm (range query) on any selected node to get all nodes within a certain latency. For example, I want to have a way to get all nodes that are within 10ms from Node A, which needs to give me all the respective nodes. As I think to do this I need to have all the coordinates of other nodes (like a table) in Node A so that I can use this table to get the applicable nodes.
Would it be possible to handle this?
Thank you so much for kind assistance.
The text was updated successfully, but these errors were encountered: