Skip to content

Commit 891486b

Browse files
authored
Merge 5863bfa into daa277d
2 parents daa277d + 5863bfa commit 891486b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/mind/hive/hive_impl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,6 +2078,8 @@ void THive::Handle(TEvHive::TEvRequestHiveNodeStats::TPtr& ev) {
20782078
nodeStats.SetNodeId(node.Id);
20792079
if (!node.ServicedDomains.empty()) {
20802080
nodeStats.MutableNodeDomain()->CopyFrom(node.ServicedDomains.front());
2081+
} else if (!node.LastSeenServicedDomains.empty()) {
2082+
nodeStats.MutableNodeDomain()->CopyFrom(node.LastSeenServicedDomains.front());
20812083
}
20822084
if (!node.Name.empty()) {
20832085
nodeStats.SetNodeName(node.Name);

0 commit comments

Comments
 (0)