We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd74289 + 21b7fa3 commit 0bdc1e2Copy full SHA for 0bdc1e2
ydb/core/mind/hive/hive_impl.cpp
@@ -2078,6 +2078,8 @@ void THive::Handle(TEvHive::TEvRequestHiveNodeStats::TPtr& ev) {
2078
nodeStats.SetNodeId(node.Id);
2079
if (!node.ServicedDomains.empty()) {
2080
nodeStats.MutableNodeDomain()->CopyFrom(node.ServicedDomains.front());
2081
+ } else if (!node.LastSeenServicedDomains.empty()) {
2082
+ nodeStats.MutableNodeDomain()->CopyFrom(node.LastSeenServicedDomains.front());
2083
}
2084
if (!node.Name.empty()) {
2085
nodeStats.SetNodeName(node.Name);
0 commit comments