Skip to content

Commit

Permalink
update reservedContainer null's log info to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
granewang committed Jun 28, 2024
1 parent 89e3211 commit 7bd2845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ private CSAssignment allocateContainerOnSingleNode(
private void allocateFromReservedContainer(FiCaSchedulerNode node,
boolean withNodeHeartbeat, RMContainer reservedContainer) {
if(reservedContainer == null){
LOG.info("reservedContainer is null,that may be unreserved by the proposal judgment thread");
LOG.warn("reservedContainer is null,that may be unreserved by the proposal judgment thread");
return;
}
FiCaSchedulerApp reservedApplication = getCurrentAttemptForContainer(
Expand Down

0 comments on commit 7bd2845

Please sign in to comment.