Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-2441

Wildcard limits are not applied to the root tracker during creation

    XMLWordPrintableJSON

Details

    Description

      When a queue tracker is created with newQueueTracker(), the appropriate wildcard limits are applied if the tracking type is "user".

      The problem is this call:

      	if trackType == user {
      		if config := m.getUserWildCardLimitsConfig(queuePath + "." + queueName); config != nil {
      

      For "root", we'll call "root." (with a dot at the end) instead of "root".

      Attachments

        Issue Links

          Activity

            People

              pbacsko Peter Bacsko
              pbacsko Peter Bacsko
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: