[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841370#comment-17841370
 ] 

ASF GitHub Bot commented on MAPREDUCE-7464:
-------------------------------------------

hadoop-yetus commented on PR #6381:
URL: https://github.com/apache/hadoop/pull/6381#issuecomment-2080164152

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m 01s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  spotbugs  |   0m 00s |  |  spotbugs executables are not 
available.  |
   | +0 :ok: |  codespell  |   0m 00s |  |  codespell was not available.  |
   | +0 :ok: |  detsecrets  |   0m 00s |  |  detect-secrets was not available.  
|
   | +0 :ok: |  xmllint  |   0m 00s |  |  xmllint was not available.  |
   | +1 :green_heart: |  @author  |   0m 01s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m 01s |  |  The patch appears to 
include 1 new or modified test files.  |
   |||| _ trunk Compile Tests _ |
   | +0 :ok: |  mvndep  |   2m 46s |  |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |  89m 55s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   6m 31s |  |  trunk passed  |
   | +1 :green_heart: |  checkstyle  |   5m 05s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |  10m 03s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   9m 16s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  | 187m 58s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   2m 26s |  |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   5m 19s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   4m 05s |  |  the patch passed  |
   | +1 :green_heart: |  javac  |   4m 06s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m 00s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   3m 18s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   5m 20s |  |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   4m 30s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  | 169m 18s |  |  patch has no errors 
when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   5m 28s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 481m 42s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | GITHUB PR | https://github.com/apache/hadoop/pull/6381 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint |
   | uname | MINGW64_NT-10.0-17763 1e6945354832 3.4.10-87d57229.x86_64 
2024-02-14 20:17 UTC x86_64 Msys |
   | Build tool | maven |
   | Personality | /c/hadoop/dev-support/bin/hadoop.sh |
   | git revision | trunk / 9511983b0256afd503a12e9979c11f5d91fd7708 |
   | Default Java | Azul Systems, Inc.-1.8.0_332-b09 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch-windows-10/job/PR-6381/1/testReport/
 |
   | modules | C: 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app U: 
hadoop-mapreduce-project/hadoop-mapreduce-client |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch-windows-10/job/PR-6381/1/console
 |
   | versions | git=2.44.0.windows.1 |
   | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   




> Make priority of mapreduce tasks configurable
> ---------------------------------------------
>
>                 Key: MAPREDUCE-7464
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7464
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: liu bin
>            Priority: Major
>              Labels: pull-request-available
>
> When maps and reduces run simultaneously, if resources are insufficient, 
> reduces will be preempted.
> Because the priority of reduce is higher than map, the preempted reduces will 
> first obtain resources when rerun, and then be preempted again, falling into 
> a loop.
> We need to configure the priority of map higher than reduce to avoid this 
> situation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to