ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4k stars 565 forks source link

Remove Yandex-specific logic to identify the data center and rack of the server #125

Closed zinal closed 10 months ago

zinal commented 2 years ago

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

alexv-smirnov commented 1 year ago

KIKIMR-16509