Skip to content

Commit f696b3b

Browse files
committed
MGM: LOG: GroupBalancer downgrade no groups left to balance to debug
This happens regularly, and also can be easily checked via the status commands, do not log at WARN level Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@cern.ch>
1 parent a8291ea commit f696b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgm/GroupBalancer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ GroupBalancer::GroupBalance(ThreadAssistant& assistant) noexcept
438438

439439
if (!FsView::gFsView.mSpaceGroupView.count(mSpaceName.c_str())) {
440440
FsView::gFsView.ViewMutex.UnLockRead();
441-
eos_static_warning("msg=\"no groups to balance\" space=\"%s\"",
441+
eos_static_debug("msg=\"no groups to balance\" space=\"%s\"",
442442
mSpaceName.c_str());
443443
break;
444444
}

0 commit comments

Comments
 (0)