totalMaxShare=(int)Math.min((long)maxShare + (long)totalMaxShare,Integer.MAX_VALUE); | totalMaxShare=(int)Math.min(maxShare + (long)totalMaxShare,Integer.MAX_VALUE); | Math.min((long)maxShare + (long)totalMaxShare,Integer.MAX_VALUE) | Math.min(maxShare + (long)totalMaxShare,Integer.MAX_VALUE) | hadoop | 42f90ab885d9693fcc1e52f9637f7de4111110ae | org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares | | | TCIVar | maxShare |
---|
v0 | Integer.MAX_VALUE |
---|
v2 | (long)totalMaxShare |
---|
| | TCIVar | maxShare |
---|
v0 | Integer.MAX_VALUE |
---|
v2 | (long)totalMaxShare |
---|
| Uses | True |