ydb-platform / nbs

Network Block Store
Apache License 2.0
52 stars 21 forks source link

[NBS] Remove empty agents from DR #1328

Closed sharpeye closed 3 weeks ago

sharpeye commented 3 months ago

DR shouldn't persist empty agents (i.e. agents without known devices) because it's lead to a maintainance issue: some old (removed from DR's config) agents may get stuck in an unavailable state and later ADD_HOST will return E_INVALID_STATE for them.

sharpeye commented 3 weeks ago

Done here https://github.com/ydb-platform/nbs/pull/1583