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
While initializing gossip component for gossip service there is endpoint
parameter provided which later split into hostname and port number,
while there is no check whenever endpoint configured properly, hence
misconfiguration leads to panic with no meaninggful information about
the configuration error. This commit takes care of it by adding
validation.
Change-Id: I50fd728e715b40aa13b449e5867e3542cee67b1e
Signed-off-by: Artem Barger <[email protected]>
0 commit comments