[jira] [Updated] (YARN-10673) Fix the spelling errors in TestCapacitySchedulerWeightMode about allocation.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-10673: -- Attachment: (was: YARN-10637.001.patch) > Fix the spelling errors in TestCapacitySchedulerWeightMode about

[jira] [Commented] (YARN-10658) CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName.

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296909#comment-17296909 ] Hadoop QA commented on YARN-10658: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10674) fs2cs: should support auto created queue deletion.

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296865#comment-17296865 ] Hadoop QA commented on YARN-10674: -- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (YARN-10658) CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296835#comment-17296835 ] Qi Zhu commented on YARN-10658: --- Thanks [~pbacsko] for review. Fixed  the remaining checkstyle issues,

[jira] [Updated] (YARN-10658) CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-10658: -- Attachment: YARN-10658.003.patch > CapacityScheduler QueueInfo add queue path field to avoid ambiguous

[jira] [Commented] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296987#comment-17296987 ] Hadoop QA commented on YARN-10677: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296988#comment-17296988 ] Hadoop QA commented on YARN-10677: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10677: -- Attachment: YARN-10677.002.patch > Logger of SLSFairScheduler is provided with the wrong class

[jira] [Updated] (YARN-10679) Better logging of uncaught exceptions throughout SLS

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10679: -- Description: In our internal environment, there was a test failure while running SLS tests

[jira] [Updated] (YARN-10681) Fix assertion failure message in BaseSLSRunnerTest

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10681: -- Attachment: YARN-10681.001.patch > Fix assertion failure message in BaseSLSRunnerTest >

[jira] [Commented] (YARN-10681) Fix assertion failure message in BaseSLSRunnerTest

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297011#comment-17297011 ] Hadoop QA commented on YARN-10681: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297065#comment-17297065 ] Qi Zhu commented on YARN-10677: --- Thanks [~snemeth] for patch, LGTM after fixed the checkstyle. > Logger of

[jira] [Created] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Szilard Nemeth (Jira)
Szilard Nemeth created YARN-10678: - Summary: Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions Key: YARN-10678 URL: https://issues.apache.org/jira/browse/YARN-10678

[jira] [Updated] (YARN-10680) Revisit try blocks without catch blocks but having finally blocks

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10680: -- Summary: Revisit try blocks without catch blocks but having finally blocks (was: CLONE -

[jira] [Created] (YARN-10680) CLONE - Better logging of uncaught exceptions throughout SLS

2021-03-07 Thread Szilard Nemeth (Jira)
Szilard Nemeth created YARN-10680: - Summary: CLONE - Better logging of uncaught exceptions throughout SLS Key: YARN-10680 URL: https://issues.apache.org/jira/browse/YARN-10680 Project: Hadoop YARN

[jira] [Assigned] (YARN-10680) Revisit try blocks without catch blocks but having finally blocks

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth reassigned YARN-10680: - Assignee: Szilard Nemeth > Revisit try blocks without catch blocks but having finally

[jira] [Assigned] (YARN-10680) Revisit try blocks without catch blocks but having finally blocks

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth reassigned YARN-10680: - Assignee: (was: Szilard Nemeth) > Revisit try blocks without catch blocks but

[jira] [Updated] (YARN-10680) Revisit try blocks without catch blocks but having finally blocks

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10680: -- Labels: newbie (was: ) > Revisit try blocks without catch blocks but having finally blocks >

[jira] [Updated] (YARN-10680) Revisit try blocks without catch blocks but having finally blocks

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10680: -- Description: This jira is to revisit all try blocks without catch blocks but having finally

[jira] [Updated] (YARN-9615) Add dispatcher metrics to RM

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-9615: - Attachment: (was: YARN-9615.008.patch) > Add dispatcher metrics to RM > > >

[jira] [Updated] (YARN-9615) Add dispatcher metrics to RM

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-9615: - Attachment: YARN-9615.008.patch > Add dispatcher metrics to RM > > >

[jira] [Updated] (YARN-10641) Refactor the max app related update, and fix maxApllications update error when add new queues.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-10641: -- Attachment: YARN-10641.006.patch > Refactor the max app related update, and fix maxApllications update error

[jira] [Commented] (YARN-10641) Refactor the max app related update, and fix maxApllications update error when add new queues.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297081#comment-17297081 ] Qi Zhu commented on YARN-10641: --- [~pbacsko] Fixed the remaining checkstyle, if you have any other advice

[jira] [Commented] (YARN-10616) Nodemanagers cannot detect GPU failures

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297088#comment-17297088 ] Qi Zhu commented on YARN-10616: --- [~ebadger] [~ztang] The detect GPU failures should be realized in  

[jira] [Updated] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10677: -- Attachment: YARN-10677.003.patch > Logger of SLSFairScheduler is provided with the wrong class

[jira] [Updated] (YARN-10681) Fix assertion failure message in BaseSLSRunnerTest

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10681: -- Description: There is this failure message:

[jira] [Created] (YARN-10681) Fix assertion failure message in BaseSLSRunnerTest

2021-03-07 Thread Szilard Nemeth (Jira)
Szilard Nemeth created YARN-10681: - Summary: Fix assertion failure message in BaseSLSRunnerTest Key: YARN-10681 URL: https://issues.apache.org/jira/browse/YARN-10681 Project: Hadoop YARN

[jira] [Updated] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10677: -- Attachment: YARN-10677.001.patch > Logger of SLSFairScheduler is provided with the wrong class

[jira] [Updated] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10678: -- Attachment: YARN-10678-unchecked-exception-from-FS-allocate.diff

[jira] [Commented] (YARN-10672) All testcases in TestReservations are flaky

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297000#comment-17297000 ] Hadoop QA commented on YARN-10672: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297015#comment-17297015 ] Hadoop QA commented on YARN-10677: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (YARN-10637) We should support fs to cs support for auto refresh queues when conf changed, after YARN-10623 finished.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-10637: -- Attachment: YARN-10637.003.patch > We should support fs to cs support for auto refresh queues when conf

[jira] [Created] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Szilard Nemeth (Jira)
Szilard Nemeth created YARN-10677: - Summary: Logger of SLSFairScheduler is provided with the wrong class Key: YARN-10677 URL: https://issues.apache.org/jira/browse/YARN-10677 Project: Hadoop YARN

[jira] [Updated] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10678: -- Description: In SLSFairScheduler, we have this try-finally block (without catch block) in the

[jira] [Updated] (YARN-10679) Better logging of uncaught exceptions throughout SLS

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10679: -- Attachment: YARN-10679.001.patch > Better logging of uncaught exceptions throughout SLS >

[jira] [Commented] (YARN-10677) Logger of SLSFairScheduler is provided with the wrong class

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297014#comment-17297014 ] Hadoop QA commented on YARN-10677: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Created] (YARN-10679) Better logging of uncaught exceptions throughout SLS

2021-03-07 Thread Szilard Nemeth (Jira)
Szilard Nemeth created YARN-10679: - Summary: Better logging of uncaught exceptions throughout SLS Key: YARN-10679 URL: https://issues.apache.org/jira/browse/YARN-10679 Project: Hadoop YARN

[jira] [Commented] (YARN-10675) Consolidate YARN-10672 and YARN-10447

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297007#comment-17297007 ] Hadoop QA commented on YARN-10675: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10658) CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297040#comment-17297040 ] Qi Zhu commented on YARN-10658: --- [~pbacsko] The test is not related, passed locally, and the checkstyle is  

[jira] [Commented] (YARN-10637) We should support fs to cs support for auto refresh queues when conf changed, after YARN-10623 finished.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297095#comment-17297095 ] Qi Zhu commented on YARN-10637: --- [~pbacsko] [~gandras] [~bteke] Fixed checkstyle in latest patch.:D > We

[jira] [Commented] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296991#comment-17296991 ] Szilard Nemeth commented on YARN-10678: --- Added demonstration patch of the issue. It's very simple,

[jira] [Updated] (YARN-9615) Add dispatcher metrics to RM

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-9615: - Attachment: (was: YARN-9615.008.patch) > Add dispatcher metrics to RM > > >

[jira] [Updated] (YARN-10628) Add node usage metrics in SLS

2021-03-07 Thread VADAGA ANANYO RAO (Jira)
[ https://issues.apache.org/jira/browse/YARN-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] VADAGA ANANYO RAO updated YARN-10628: - Attachment: YARN-10628.0002.patch > Add node usage metrics in SLS >

[jira] [Updated] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10678: -- Attachment: YARN-10678.001.patch > Try blocks without catch blocks in SLS scheduler classes

[jira] [Commented] (YARN-10678) Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297004#comment-17297004 ] Hadoop QA commented on YARN-10678: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10679) Better logging of uncaught exceptions throughout SLS

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297008#comment-17297008 ] Hadoop QA commented on YARN-10679: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Commented] (YARN-10674) fs2cs: should support auto created queue deletion.

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297041#comment-17297041 ] Qi Zhu commented on YARN-10674: --- [~pbacsko] [~pbacsko] [~gandras] Could you help review this?  Thanks.:D

[jira] [Updated] (YARN-9615) Add dispatcher metrics to RM

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qi Zhu updated YARN-9615: - Attachment: YARN-9615.008.patch > Add dispatcher metrics to RM > > >

[jira] [Commented] (YARN-9615) Add dispatcher metrics to RM

2021-03-07 Thread Qi Zhu (Jira)
[ https://issues.apache.org/jira/browse/YARN-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297061#comment-17297061 ] Qi Zhu commented on YARN-9615: -- [~pbacsko] Rebased and trigger jenkins again. :D > Add dispatcher metrics to

[jira] [Commented] (YARN-10652) Capacity Scheduler fails to handle user weights for a user that has a "." (dot) in it

2021-03-07 Thread Wilfred Spiegelenburg (Jira)
[ https://issues.apache.org/jira/browse/YARN-10652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297089#comment-17297089 ] Wilfred Spiegelenburg commented on YARN-10652: -- I completely agree with your assessment

[jira] [Commented] (YARN-10628) Add node usage metrics in SLS

2021-03-07 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/YARN-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297115#comment-17297115 ] Hadoop QA commented on YARN-10628: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem ||

[jira] [Updated] (YARN-10672) All testcases in TestReservations are flaky

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10672: -- Attachment: YARN-10672.branch-3.3.001.patch > All testcases in TestReservations are flaky >

[jira] [Updated] (YARN-10675) Consolidate YARN-10672 and YARN-10447

2021-03-07 Thread Szilard Nemeth (Jira)
[ https://issues.apache.org/jira/browse/YARN-10675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szilard Nemeth updated YARN-10675: -- Attachment: YARN-10675.001.patch > Consolidate YARN-10672 and YARN-10447 >