[ https://issues.apache.org/jira/browse/YARN-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925012#comment-15925012 ]
Eric Payne commented on YARN-5892: ---------------------------------- Thanks a lot, [~leftnoteasy], for your comments. bq. 1) Can this patch properly handle user limit updates when queue refreshes? I couldn't find related changes. I have done brief testing of {{refreshQueues}}, and this works for the use cases I've tested. My reasoning is that {{UsersManager#addUser}} always retrieves a fresh configuration from the CS Context: {code} + CapacitySchedulerConfiguration conf = csContext.getConfiguration(); {code} bq. 2) ... I'm not sure if following logic suggested can simplify the code: Thanks! I'm still thinking this through. bq. 3) Can this patch properly handle cached per-user user-limit? This patch has pushed the caching down to each User object. > Capacity Scheduler: Support user-specific minimum user limit percent > -------------------------------------------------------------------- > > Key: YARN-5892 > URL: https://issues.apache.org/jira/browse/YARN-5892 > Project: Hadoop YARN > Issue Type: Improvement > Components: capacityscheduler > Reporter: Eric Payne > Assignee: Eric Payne > Attachments: Active users highlighted.jpg, YARN-5892.001.patch, > YARN-5892.002.patch, YARN-5892.003.patch > > > Currently, in the capacity scheduler, the {{minimum-user-limit-percent}} > property is per queue. A cluster admin should be able to set the minimum user > limit percent on a per-user basis within the queue. > This functionality is needed so that when intra-queue preemption is enabled > (YARN-4945 / YARN-2113), some users can be deemed as more important than > other users, and resources from VIP users won't be as likely to be preempted. > For example, if the {{getstuffdone}} queue has a MULP of 25 percent, but user > {{jane}} is a power user of queue {{getstuffdone}} and needs to be guaranteed > 75 percent, the properties for {{getstuffdone}} and {{jane}} would look like > this: > {code} > <property> > > <name>yarn.scheduler.capacity.root.getstuffdone.minimum-user-limit-percent</name> > <value>25</value> > </property> > <property> > > <name>yarn.scheduler.capacity.root.getstuffdone.jane.minimum-user-limit-percent</name> > <value>75</value> > </property> > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org