diff options
author | innokentii <innokentii@yandex-team.com> | 2022-11-23 12:36:44 +0300 |
---|---|---|
committer | innokentii <innokentii@yandex-team.com> | 2022-11-23 12:36:44 +0300 |
commit | 6699aa370edfb45e3d09a7bb233da0341f693870 (patch) | |
tree | 2fe344ed32962294367cae3c8d4a41745b67bab4 | |
parent | 175acac9f8fb4ac933308991e3972ac3ace675ce (diff) | |
download | ydb-6699aa370edfb45e3d09a7bb233da0341f693870.tar.gz |
Remove redundant logs in CMS
remove redundant logs
-rw-r--r-- | ydb/core/cms/info_collector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/cms/info_collector.cpp b/ydb/core/cms/info_collector.cpp index c138942874e..a2982ff2cfb 100644 --- a/ydb/core/cms/info_collector.cpp +++ b/ydb/core/cms/info_collector.cpp @@ -483,7 +483,6 @@ void TInfoCollector::Handle(TEvents::TEvUndelivered::TPtr& ev) { } if (msg.SourceType == TEvTenantPool::EvGetStatus && msg.Reason == TEvents::TEvUndelivered::ReasonActorUnknown) { - LOG_W("Node is alive, but TenantPool is not running (KIKIMR-8249)"); ResponseProcessed(nodeId, TEvTenantPool::EvTenantPoolStatus); } else { Info->ClearNode(nodeId); |