yangwwei commented on a change in pull request #107: [YUNIKORN-30] fix flaky
unit test
URL:
https://github.com/apache/incubator-yunikorn-core/pull/107#discussion_r396921093
##########
File path: pkg/scheduler/scheduler.go
##########
@@ -548,6 +548,8 @@ func (s *Scheduler) GetClusterSchedulingContext()
*ClusterSchedulingContext {
// Visible by tests
func (s *Scheduler) MultiStepSchedule(nAlloc int) {
for i := 0; i < nAlloc; i++ {
+ log.Logger().Debug("Scheduler manual stepping",
+ zap.Int("count", i))
Review comment:
Can we remove this?
Even this is DEBUG, it would print too many lines of logs.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]