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
Currently YDB open source includes the logic to automatically identify the data center, rack and logical cluster name of the server, based on the specifics of the internal Yandex infrastructure.
This logic makes no sense for other users, and causes unneeded HTTP requests to Yandex API servers, so it should be removed.
Currently YDB open source includes the logic to automatically identify the data center, rack and logical cluster name of the server, based on the specifics of the internal Yandex infrastructure.
This logic makes no sense for other users, and causes unneeded HTTP requests to Yandex API servers, so it should be removed.
The related code is currently at https://github.com/ydb-platform/ydb/blob/main/ydb/core/actorlib_impl/node_identifier.cpp#L67
The text was updated successfully, but these errors were encountered: