diff options
author | robot-piglet <[email protected]> | 2025-01-27 01:21:55 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-01-27 01:34:41 +0300 |
commit | cff9a3f8b35e0e274fe0603b17e60d4a82d35311 (patch) | |
tree | 4cb9804e2da6619128cbfeeea69f5739f146139d | |
parent | 1745f60703b51cda97f4b4c13d7f69d85916ddd2 (diff) |
Intermediate changes
commit_hash:91a66543f01c45902b4516c9c037a2716646334d
-rw-r--r-- | yt/yt/library/program/helpers.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/yt/yt/library/program/helpers.cpp b/yt/yt/library/program/helpers.cpp index d53aa477d0d..af2f2de4e65 100644 --- a/yt/yt/library/program/helpers.cpp +++ b/yt/yt/library/program/helpers.cpp @@ -5,8 +5,6 @@ #include <yt/yt/core/logging/log_manager.h> -#include <yt/yt/core/net/address.h> - namespace NYT { //////////////////////////////////////////////////////////////////////////////// @@ -17,11 +15,6 @@ void ConfigureSingletons(const TSingletonsConfigPtr& config) // TODO(babenko): move to server program base NLogging::TLogManager::Get()->EnableReopenOnSighup(); - - // By default, server components must have a reasonable FQDN. - // Failure to do so may result in issues like YT-4561. - // TODO(babenko): move to server program base - NNet::TAddressResolver::Get()->EnsureLocalHostName(); } //////////////////////////////////////////////////////////////////////////////// |