chia7712 commented on code in PR #1009:
URL: https://github.com/apache/yunikorn-core/pull/1009#discussion_r1898951315
##########
pkg/scheduler/partition.go:
##########
@@ -224,7 +224,7 @@ func (pc *PartitionContext) updateQueues(config
[]configs.QueueConfig, parent *o
queue := pc.getQueueInternal(pathName)
var err error
if queue == nil {
- queue, err = objects.NewConfiguredQueue(queueConfig,
parent)
+ queue, err =
objects.NewConfiguredShadowQueue(queueConfig, parent)
Review Comment:
Is this path intended to update the partition based on a configuration
reload? If so, could you explain why it is referred to as a "shadow queue"?
--
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]