mochi-hpc / mochi-ssg

Scalable Service Groups (SSG), a group membership service for Mochi
Other
1 stars 1 forks source link

add proper checks for join/refresh RPC return values #65

Closed shanedsnyder closed 2 years ago

shanedsnyder commented 2 years ago

If join/refresh operations fail for some reason on the remote target of the RPC, we need to make sure not to do things at the RPC source (i.e., process trying to join or refresh a group) that should only be done on success (like modify buffer sizes, ultimately leading to segfault mentioned in #64).

Fixes #64.