XMLWordPrintableJSON

Details

    Description

      Similarly to YUNIKORN-1764, we have an unnecessary clone in Application.tryNodes():

      score := ask.GetAllocatedResource().FitInScore(node.GetAvailableResource())
      

      This call site was visible in an alloc_space profile that we recently got from an upstream Yunikorn user. We can do this calculation without calling node.GetAvailableResource(), so cloning can be avoided.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: