hadoop git commit: YARN-8830. SLS tool fix node addition. Contributed by Bibin A Chundatt.

2018-10-15 Thread bibinchundatt
ttp://git-wip-us.apache.org/repos/asf/hadoop/tree/b4a38e7b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b4a38e7b Branch: refs/heads/trunk Commit: b4a38e7b3e530756fb79d23dd4e218beeb5e3190 Parents: b60ca37 Author: bibinchundatt Authored: Mon Oct 15 16:10:25 2018 +0530 Committer: bibinchund

hadoop git commit: YARN-8830. SLS tool fix node addition. Contributed by Bibin A Chundatt.

2018-10-15 Thread bibinchundatt
hor: bibinchundatt Authored: Mon Oct 15 16:10:25 2018 +0530 Committer: bibinchundatt Committed: Mon Oct 15 18:11:01 2018 +0530 -- .../org/apache/hadoop/yarn/sls/SLSRunner.java | 29 1 file changed, 29 inserti

hadoop git commit: MAPREDUCE-7151. RMContainerAllocator#handleJobPriorityChange expects application_priority always. Contributed by Bilwa S T.

2018-10-24 Thread bibinchundatt
wip-us.apache.org/repos/asf/hadoop/commit/74a5e683 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/74a5e683 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/74a5e683 Branch: refs/heads/trunk Commit: 74a5e683fe65ee624a094de77940a42777ed7a26 Parents: c187404 Author: bibinchundatt Authored:

hadoop git commit: MAPREDUCE-7151. RMContainerAllocator#handleJobPriorityChange expects application_priority always. Contributed by Bilwa S T.

2018-10-24 Thread bibinchundatt
mit: aed71316e5d63fb91338399c3ad23f50ba4538b7 Parents: b6937e8 Author: bibinchundatt Authored: Mon Oct 22 15:59:14 2018 +0530 Committer: bibinchundatt Committed: Thu Oct 25 00:18:39 2018 +0530 -- .../mapreduce/v2/app/rm/RMContainerAllocator.j

hadoop git commit: MAPREDUCE-7151. RMContainerAllocator#handleJobPriorityChange expects application_priority always. Contributed by Bilwa S T.

2018-10-24 Thread bibinchundatt
mit: 4167275e89e8cc48077706c53e36d400664e744e Parents: 2e43966 Author: bibinchundatt Authored: Mon Oct 22 15:59:14 2018 +0530 Committer: bibinchundatt Committed: Thu Oct 25 00:27:40 2018 +0530 -- .../mapreduce/v2/app/rm/RMContainerAllocator.j

hadoop git commit: YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T.

2018-11-03 Thread bibinchundatt
78b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f84a278b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f84a278b Branch: refs/heads/trunk Commit: f84a278baad6cb871ea4196257f23a938826ca23 Parents: 989715e Author: bibinchundatt Authored: Sat Nov 3 20:35:31 2018 +0530 Commit

hadoop git commit: YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T.

2018-11-03 Thread bibinchundatt
8b2 Author: bibinchundatt Authored: Sat Nov 3 20:35:31 2018 +0530 Committer: bibinchundatt Committed: Sat Nov 3 20:50:28 2018 +0530 -- .../hadoop/yarn/server/router/Router.java | 8 + .../hadoop/yarn/server/rou

hadoop git commit: YARN-8948. PlacementRule interface should be for all YarnSchedulers. Contributed by Bibin A Chundatt.

2018-11-29 Thread bibinchundatt
asf/hadoop/commit/a68d766e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a68d766e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a68d766e Branch: refs/heads/trunk Commit: a68d766e876631d7ee2e1a6504d4120ba628d178 Parents: c1d24f8 Author: bibinchundatt Authored: Thu Nov 29 21:43:34 2

hadoop git commit: YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.

2018-11-29 Thread bibinchundatt
oop/commit/07142f54 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/07142f54 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/07142f54 Branch: refs/heads/trunk Commit: 07142f54a8c7f70857e99c041f3a2a5189c809b5 Parents: a68d766 Author: bibinchundatt Authored: Thu Nov 29 22:02:59 2018 +0

hadoop git commit: YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.

2018-11-29 Thread bibinchundatt
a65 Parents: e7fa638 Author: bibinchundatt Authored: Thu Nov 29 22:02:59 2018 +0530 Committer: bibinchundatt Committed: Thu Nov 29 22:08:35 2018 +0530 -- .../yarn/server/resourcemanager/webapp/dao/SchedulerInfo.java | 2 ++

hadoop git commit: YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.

2018-11-29 Thread bibinchundatt
6a1 Parents: 4c238b5 Author: bibinchundatt Authored: Thu Nov 29 22:02:59 2018 +0530 Committer: bibinchundatt Committed: Thu Nov 29 22:08:48 2018 +0530 -- .../yarn/server/resourcemanager/webapp/dao/SchedulerInfo.java | 2 ++

hadoop git commit: YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.

2018-11-29 Thread bibinchundatt
150 Parents: ee9deb6 Author: bibinchundatt Authored: Thu Nov 29 22:02:59 2018 +0530 Committer: bibinchundatt Committed: Thu Nov 29 22:16:32 2018 +0530 -- .../yarn/server/resourcemanager/webapp/dao/SchedulerInfo.java | 2 ++

hadoop git commit: YARN-8829. Cluster metrics can fail with IndexOutOfBoundsException. Contributed by Akshay Agarwal.

2018-09-28 Thread bibinchundatt
oop/commit/7093afd8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7093afd8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7093afd8 Branch: refs/heads/trunk Commit: 7093afd8746cc120875eb27053bad692482d2aab Parents: 284aca8 Author: bibinchundatt Authored: Fri Sep 28 12:32:37 2

hadoop git commit: YARN-7773. YARN Federation used Mysql as state store throw exception, Unknown column 'homeSubCluster' in 'field list'. Contributed by Yiran Wu.

2018-08-23 Thread bibinchundatt
: refs/heads/branch-3.1 Commit: 246086984e32a6070ef43d8ab066a9da293185ac Parents: 8465445 Author: Inigo Goiri Authored: Mon Apr 16 16:26:54 2018 -0700 Committer: bibinchundatt Committed: Fri Aug 24 07:10:02 2018 +0530 -- .../b

hadoop git commit: YARN-7773. YARN Federation used Mysql as state store throw exception, Unknown column 'homeSubCluster' in 'field list'. Contributed by Yiran Wu.

2018-08-24 Thread bibinchundatt
: refs/heads/branch-3.0 Commit: c3ba06deeb4ad720edb16758760ad965eaa21e3c Parents: 79ebbec Author: Inigo Goiri Authored: Mon Apr 16 16:26:54 2018 -0700 Committer: bibinchundatt Committed: Fri Aug 24 14:26:52 2018 +0530 -- .../b

hadoop git commit: YARN-8535. Fix DistributedShell unit tests. Contributed by Abhishek Modi.

2018-09-02 Thread bibinchundatt
ttp://git-wip-us.apache.org/repos/asf/hadoop/tree/eed8415d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/eed8415d Branch: refs/heads/trunk Commit: eed8415dc18fa7415ebd105350bd0532b3b1b6bb Parents: 6edf3d2 Author: bibinchundatt Authored: Sun Sep 2 13:35:52 2018 +0530 Committer: bibinchund

hadoop git commit: YARN-8535. Fix DistributedShell unit tests. Contributed by Abhishek Modi.

2018-09-02 Thread bibinchundatt
hor: bibinchundatt Authored: Sun Sep 2 13:35:52 2018 +0530 Committer: bibinchundatt Committed: Sun Sep 2 13:37:38 2018 +0530 -- .../yarn/applications/distributedshell/ApplicationMaster.java| 2 +- .../yarn/applicati

hadoop git commit: YARN-8535. Fix DistributedShell unit tests. Contributed by Abhishek Modi.

2018-09-02 Thread bibinchundatt
hor: bibinchundatt Authored: Sun Sep 2 13:35:52 2018 +0530 Committer: bibinchundatt Committed: Sun Sep 2 13:39:26 2018 +0530 -- .../yarn/applications/distributedshell/ApplicationMaster.java| 2 +- .../yarn/applicati

hadoop git commit: YARN-8739. Fix jenkins issues for Node Attributes branch. Contributed by Sunil Govindan.

2018-09-02 Thread bibinchundatt
mit/2af8fc42 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2af8fc42 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2af8fc42 Branch: refs/heads/YARN-3409 Commit: 2af8fc42225b5844824c411ed16aeb9a5b812cee Parents: 77bad20 Author: bibinchundatt Authored: Sun Sep 2 18:44:18 2018 +0

hadoop git commit: YARN-8033. CLI Integration with NodeAttributesManagerImpl. Contributed by Naganarasimha G R.

2018-04-01 Thread bibinchundatt
oop/commit/0df5c70e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0df5c70e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0df5c70e Branch: refs/heads/YARN-3409 Commit: 0df5c70e1a3c41eaf55bdef8433204aad4924729 Parents: f09ee14 Author: bibinchundatt Authored: Sun Apr 1 19:24:00 2

hadoop git commit: YARN-8117. Fix TestRMWebServicesNodes test failure. Contributed by Bibin A Chundatt.

2018-04-05 Thread bibinchundatt
mit/56be1495 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/56be1495 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/56be1495 Branch: refs/heads/YARN-3409 Commit: 56be1495880ff2676ba1b53db23eddc27670df2f Parents: c20126a Author: bibinchundatt Authored: Thu Apr 5 14:09:50 2018 +0

hadoop git commit: YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T.

2018-04-07 Thread bibinchundatt
asf/hadoop/commit/eb47c3de Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/eb47c3de Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/eb47c3de Branch: refs/heads/trunk Commit: eb47c3de74ba4b8b3ef47eaf3a44e5562fd22fc9 Parents: 70590cd Author: bibinchundatt Authored: Sat Apr 7 12:13:00 2

hadoop git commit: YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T.

2018-04-08 Thread bibinchundatt
mit: 091db4d0eb7a821f4cc8a57c0342b9e788487a8c Parents: ac57032 Author: bibinchundatt Authored: Sat Apr 7 12:13:00 2018 +0530 Committer: bibinchundatt Committed: Sun Apr 8 14:49:36 2018 +0530 -- .../localizer/ResourceLocalizationService.java |

hadoop git commit: YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T.

2018-04-08 Thread bibinchundatt
mit: 952bb0f37127b01307b711c197591b81678e1db9 Parents: c3d8eda Author: bibinchundatt Authored: Sat Apr 7 12:13:00 2018 +0530 Committer: bibinchundatt Committed: Sun Apr 8 14:57:11 2018 +0530 -- .../localizer/ResourceLocalizationService.java |

[hadoop] branch trunk updated: YARN-9293. Optimize MockAMLauncher event handling. Contributed by Bibin A Chundatt.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 134ae8f YARN-9293. Optimize

[hadoop] branch branch-3.2 updated: YARN-9293. Optimize MockAMLauncher event handling. Contributed by Bibin A Chundatt.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new f06ac51 YARN-9293. Optimize

[hadoop] branch branch-3.1 updated: YARN-9293. Optimize MockAMLauncher event handling. Contributed by Bibin A Chundatt.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new cc0ef52 YARN-9293. Optimize

[hadoop] branch trunk updated: YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new b66d5ae YARN-9295. [UI2] Fix label typo

[hadoop] branch branch-3.2 updated: YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new a8563d2 YARN-9295. [UI2] Fix

[hadoop] branch branch-3.1 updated: YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri.

2019-02-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 8b074e6 YARN-9295. [UI2] Fix

[hadoop] branch trunk updated: YARN-9309. Improve graph text in SLS to avoid overlapping. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 779dae4 YARN-9309. Improve graph text in

[hadoop] branch branch-3.2 updated: YARN-9309. Improve graph text in SLS to avoid overlapping. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new bdfdf12 YARN-9309. Improve

[hadoop] branch branch-3.1 updated: YARN-9309. Improve graph text in SLS to avoid overlapping. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 616e138 YARN-9309. Improve

[hadoop] branch trunk updated: YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new b8de78c YARN-9286. [Timeline Server

[hadoop] branch branch-3.2 updated: YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new e6f2b87 YARN-9286. [Timeline

[hadoop] branch branch-3.1 updated: YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.

2019-02-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 77c7e84 YARN-9286. [Timeline

[hadoop] branch trunk updated: YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph.

2019-02-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new a63c358 YARN-8132. Final Status of

[hadoop] branch branch-3.2 updated: YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph

2019-02-22 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new cf1944e YARN-8132. Final Status

[hadoop] branch branch-3.1 updated: YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph

2019-02-22 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 7db50ff YARN-8132. Final Status

[hadoop] branch trunk updated: YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph

2019-02-22 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new ed13cf8 YARN-9317. Avoid repeated

[hadoop] branch branch-3.2 updated: YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph

2019-02-22 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 3e1bd53 YARN-9317. Avoid

[hadoop] branch branch-3.1 updated: YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph

2019-02-22 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 6d1cf7b YARN-9317. Avoid

[hadoop] branch trunk updated: Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph."

2019-03-04 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 15098df Revert "YARN-8132. Final S

[hadoop] branch branch-3.2 updated: Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph"

2019-03-04 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 63ed16e Revert "YARN

[hadoop] branch branch-3.1 updated: Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph"

2019-03-04 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new e663a6a Revert "YARN

[hadoop] branch trunk updated: YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T.

2019-06-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new be80334 YARN-9639

[hadoop] branch branch-3.2 updated: YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T.

2019-06-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new a2f4e46 YARN-9639

[hadoop] branch branch-3.1 updated: YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T.

2019-06-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 4f622ec YARN-9639

[hadoop] branch branch-3.2 updated: YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T.

2019-07-10 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 5f8395f YARN-9557. Application

[hadoop] branch branch-3.1 updated: YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T.

2019-07-10 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 5effeae YARN-9557. Application

[hadoop] branch trunk updated: YARN-9645. Fix Invalid event FINISHED_CONTAINERS_PULLED_BY_AM at NEW on NM restart. Contributed by Bilwa S T.

2019-07-16 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 7a93be0 YARN-9645. Fix Invalid event

[hadoop] branch branch-3.2 updated: YARN-9645. Fix Invalid event FINISHED_CONTAINERS_PULLED_BY_AM at NEW on NM restart. Contributed by Bilwa S T.

2019-07-16 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 4866735 YARN-9645. Fix Invalid

[hadoop] branch trunk updated: YARN-9747. Reduce additional namenode call by EntityGroupFSTimelineStore#cleanLogs. Contributed by Prabhu Joseph.

2019-08-14 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 89a53c7 YARN-9747. Reduce additional

[hadoop] branch trunk updated: YARN-9765. SLS runner crashes when run with metrics turned off. Contributed by Abhishek Modi.

2019-08-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 10ec31d YARN-9765. SLS runner crashes

[hadoop] branch branch-3.2 updated: YARN-9765. SLS runner crashes when run with metrics turned off. Contributed by Abhishek Modi.

2019-08-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 69255fa YARN-9765. SLS runner

[hadoop] branch branch-3.1 updated: YARN-9765. SLS runner crashes when run with metrics turned off. Contributed by Abhishek Modi.

2019-08-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 3547261 YARN-9765. SLS runner

[hadoop] branch trunk updated: YARN-5857. TestLogAggregationService.testFixedSizeThreadPool fails intermittently on trunk. Contributed by Bilwa S T.

2019-08-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new e684b17 YARN-5857

[hadoop] branch trunk updated: YARN-9642. Fix Memory Leak in AbstractYarnScheduler caused by timer. Contributed by Bibin A Chundatt.

2019-08-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new d3ce53e YARN-9642. Fix Memory Leak in

[hadoop] branch branch-3.2 updated: YARN-9642. Fix Memory Leak in AbstractYarnScheduler caused by timer. Contributed by Bibin A Chundatt.

2019-08-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 7f20c31 YARN-9642. Fix Memory

[hadoop] branch branch-3.1 updated: YARN-9642. Fix Memory Leak in AbstractYarnScheduler caused by timer. Contributed by Bibin A Chundatt.

2019-08-26 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new eb618e4 YARN-9642. Fix Memory

[hadoop] branch trunk updated: YARN-9797. LeafQueue#activateApplications should use resourceCalculator#fitsIn. Contributed by Bilwa S T.

2019-09-02 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 0348912 YARN-9797. LeafQueue

[hadoop] branch branch-3.2 updated: YARN-9797. LeafQueue#activateApplications should use resourceCalculator#fitsIn. Contributed by Bilwa S T.

2019-09-02 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 1e6095f YARN-9797. LeafQueue

[hadoop] branch branch-3.1 updated: YARN-9797. LeafQueue#activateApplications should use resourceCalculator#fitsIn. Contributed by Bilwa S T.

2019-09-03 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 3210d1e YARN-9797. LeafQueue

[hadoop] branch trunk updated: YARN-6924. Metrics for Federation AMRMProxy. Contributed by Young Chen

2020-03-06 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 3859fa7 YARN-6924. Metrics for Federation

[hadoop] branch trunk updated: YARN-10315. Avoid sending RMNodeResourceupdate event if resource is same. Contributed by Sushil Ks.

2020-07-23 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new bfcd775 YARN-10315. Avoid sending

[hadoop] branch trunk updated: YARN-10208. Add capacityScheduler metric for NODE_UPDATE interval. Contributed by Pranjal Protim Borah.

2020-07-28 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 5dadf96 YARN-10208. Add capacityScheduler

[hadoop] branch trunk updated: YARN-10369. Make NMTokenSecretManagerInRM sending NMToken for nodeId DEBUG. Contributed by Jim Brennan.

2020-07-29 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 5d8600e YARN-10369. Make

[hadoop] branch trunk updated: YARN-10359. Log container report only if list is not empty. Contributed by Bilwa S T.

2020-08-01 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 5323e83 YARN-10359. Log container report

[hadoop] branch trunk updated: YARN-10388. RMNode updatedCapability flag not set while RecommissionNodeTransition. Contributed by Pranjal Protim Borah

2020-08-06 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 81da221 YARN-10388. RMNode

[hadoop] branch branch-3.3 updated: YARN-10388. RMNode updatedCapability flag not set while RecommissionNodeTransition. Contributed by Pranjal Protim Borah

2020-08-06 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 0c0ea49 YARN-10388. RMNode

[hadoop] branch trunk updated: YARN-10538: Add RECOMMISSIONING nodes to the list of updated nodes returned to the AM (#2564)

2021-01-07 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 1b17910 YARN-10538: Add RECOMMISSIONING

[hadoop] branch branch-3.3 updated: YARN-10538: Add RECOMMISSIONING nodes to the list of updated nodes returned to the AM (#2564)

2021-01-08 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 98565b6 YARN-10538: Add

[hadoop] branch trunk updated: YARN-8529. Add timeout to RouterWebServiceUtil#invokeRMWebService. Contributed by Minni Mittal

2021-01-13 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 61f77b7 YARN-8529. Add timeout to

[hadoop] branch trunk updated: YARN-10519. Refactor QueueMetricsForCustomResources class to move to yarn-common package. Contributed by Minni Mittal

2021-01-20 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 8bc2dfb YARN-10519. Refactor

[hadoop] branch branch-3.3 updated: YARN-10519. Refactor QueueMetricsForCustomResources class to move to yarn-common package. Contributed by Minni Mittal

2021-01-21 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 1520b84 YARN-10519. Refactor

[hadoop] branch trunk updated: YARN-8859. Add audit logs for router service (#3607)

2022-01-02 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 3bf014d YARN-8859. Add audit logs for

[hadoop] branch trunk updated (089e06d -> e8f767f)

2022-01-31 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 089e06d HDFS-16443. Fix edge case where DatanodeAdminDefaultMonitor doubly enqueues a DatanodeDescriptor on

[hadoop] branch trunk updated: YARN-10352 Skip schedule on not heartbeated nodes in Multi Node Placement. Contributed by Prabhu Joseph and Qi Zhu

2021-02-02 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 6fc26ad YARN-10352 Skip schedule on not

[hadoop] branch trunk updated (9fd2198 -> d615e2d)

2021-03-04 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 9fd2198 HADOOP-17546. Update Description of hadoop-http-auth-signature-secret in HttpAuthentication.md

[hadoop] branch branch-3.3 updated: YARN-10649. Fix RMNodeImpl.updateExistContainers leak (#2719). Contributed by Max Xie

2021-03-04 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 0396a72 YARN-10649. Fix

[hadoop] branch trunk updated: YARN-10476. Queue metrics for Unmanaged applications (#2674). Contributed by Cyrus Jackson

2021-03-19 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new cd44e91 YARN-10476. Queue metrics for

[hadoop] branch trunk updated: YARN-10829. Support getApplications API in FederationClientInterceptor (#3135)

2021-07-23 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new aa1a5dd YARN-10829. Support

[hadoop] branch trunk updated: YARN-10841. Fix token reset synchronization for UAM response token. (#3194)

2021-07-29 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new d78b300 YARN-10841. Fix token reset

[hadoop] branch trunk updated: YARN-9547. ContainerStatusPBImpl default execution type is not returned. Contributed by Bilwa S T.

2019-05-15 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 2de1e30 YARN-9547. ContainerStatusPBImpl

[hadoop] branch trunk updated: YARN-9508. YarnConfiguration areNodeLabel enabled is costly in allocation flow. Contributed by Bilwa S T.

2019-05-15 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 570fa2d YARN-9508. YarnConfiguration

[hadoop] branch branch-3.2 updated: YARN-9508. YarnConfiguration areNodeLabel enabled is costly in allocation flow. Contributed by Bilwa S T.

2019-05-15 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 71f5bfb YARN-9508

[hadoop] branch trunk updated: YARN-9602. Use logger format in Container Executor. Contributed by Abhishek Modi.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new f7df55f YARN-9602. Use logger format in

[hadoop] branch trunk updated: YARN-9594. Fix missing break statement in ContainerScheduler#handle. Contributed by lujie.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 6d80b9b YARN-9594. Fix missing break

[hadoop] branch branch-3.2 updated: YARN-9594. Fix missing break statement in ContainerScheduler#handle. Contributed by lujie.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new a37011b YARN-9594. Fix missing

[hadoop] branch branch-3.1 updated: YARN-9594. Fix missing break statement in ContainerScheduler#handle. Contributed by lujie.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 4a39165 YARN-9594. Fix missing

[hadoop] branch trunk updated: YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 60c95e9 YARN-9565. RMAppImpl#ranNodes not

[hadoop] branch branch-3.2 updated: YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new d9284d4 YARN-9565. RMAppImpl

[hadoop] branch branch-3.1 updated: YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new d386f59 YARN-9565. RMAppImpl

[hadoop] branch trunk updated: YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 2263ead YARN-9557. Application fails in

[hadoop] branch branch-3.2 updated: YARN-9547. ContainerStatusPBImpl default execution type is not returned. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 3303723 YARN-9547

[hadoop] branch branch-3.1 updated: YARN-9547. ContainerStatusPBImpl default execution type is not returned. Contributed by Bilwa S T.

2019-06-11 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new f42e246 YARN-9547

[hadoop] branch trunk updated: YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.

2019-10-01 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 425a6c8 YARN-9858. Optimize RMContext

[hadoop] branch branch-3.2 updated: YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.

2019-10-01 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 5cd6eb2 YARN-9858. Optimize

[hadoop] branch branch-3.1 updated: YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.

2019-10-01 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 6529a30 YARN-9858. Optimize

[hadoop] branch branch-2 updated: YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.

2019-10-01 Thread bibinchundatt
This is an automated email from the ASF dual-hosted git repository. bibinchundatt pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-2 by this push: new c57e6bc3 YARN-9858. Optimize

  1   2   >