Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Fix false-negative result of Inner Ring healthcheck
Previously, IR healthcheck command failed with unimplemented `neo.fs.v2.netmap.NetmapService`. This was caused by API client implementation in NeoFS SDK RC-10 which called `EndpointInfo` RPC on dial: IR nodes doesn't serve NeoFS API, only IR Control API. As a temp solution, `GetSDKClient` function ignores `Unimplemented` gRPC errors during client dial. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information