You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/03/24 06:36:00 UTC

[GitHub] [incubator-yunikorn-core] yangwwei commented on a change in pull request #107: [YUNIKORN-30] fix flaky unit test

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org