slfan1989 commented on PR #4345:
URL: https://github.com/apache/hadoop/pull/4345#issuecomment-1141231293
>
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerAutoQueueCreation
TestCapacitySchedulerAutoQueueCreation#testDynamicAutoQueueCreationWithTags
need backport YARN-10506
```
// This test we will reinitialize mockRM, so stop the previous initialized
// mockRM to avoid issues like MetricsSystem
if (mockRM != null) {
mockRM.stop();
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]