narwhal icon indicating copy to clipboard operation
narwhal copied to clipboard

adopt a request/response pattern for our node to node communication

Open akichidis opened this issue 4 years ago • 1 comments

Description

Currently in various occasions when we are sending a TCP request to another node (either primary or worker) we need to have a way to identify that a response we get back is matched to that specific request. There are places in the codebase where we handle this via some hackish solutions (see issue https://github.com/MystenLabs/narwhal/issues/94 for potential improvements). However, ideally we would like to have a proper request/response pattern so the application level doesn't handle this on its own, but rather be handled on the networking level.

akichidis avatar Apr 20 '22 16:04 akichidis

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 12 '22 02:08 github-actions[bot]

Closing the ticket as @aschran @bmwill already working on this and tracking via other issues

akichidis avatar Oct 13 '22 16:10 akichidis