Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YARN-11216. Avoid unnecessary reconstruction of ConfigurationProperties #4655

Open
wants to merge 17 commits into
base: trunk
Choose a base branch
from

Commits on Mar 19, 2024

  1. YARN-11216. Avoid unnecessary reconstruction of ConfigurationProperties

    - prefix filter in ConfigurationProperties
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dfc94f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a567cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb01817 View commit details
    Browse the repository at this point in the history
  4. YARN-11216. Avoid unnecessary reconstruction of ConfigurationProperties

    - when AQC happens to a leaf queue, we should only set the default values if the template not contains it
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6d14083 View commit details
    Browse the repository at this point in the history
  5. YARN-11216.

    - Fix memory leak.
    - Remove Optional as return type
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    78363b3 View commit details
    Browse the repository at this point in the history
  6. YARN-11216.

    - Code clean up
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b01b48c View commit details
    Browse the repository at this point in the history
  7. YARN-11216.

    - fix import
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    adda62c View commit details
    Browse the repository at this point in the history
  8. YARN-11216.

    - fix style
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    21783a6 View commit details
    Browse the repository at this point in the history
  9. YARN-11216.

    - CapacitySchedulerConfiguration#set should use the CapacitySchedulerConfiguration#get when set the value in the configurationProperties cause there is some logic in the super set
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a4e32f0 View commit details
    Browse the repository at this point in the history
  10. YARN-11216.

    - Hack property change listener
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    683e247 View commit details
    Browse the repository at this point in the history
  11. YARN-11216.

    - add test
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a5723ca View commit details
    Browse the repository at this point in the history
  12. YARN-11216.

    - fix typo and names
    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    892f872 View commit details
    Browse the repository at this point in the history
  13. fix locking issue

    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b389ab3 View commit details
    Browse the repository at this point in the history
  14. Update hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn…

    …-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/ConfigurationProperties.java
    
    Co-authored-by: Szilard Nemeth <954799+szilard-nemeth@users.noreply.github.com>
    K0K0V0K and szilard-nemeth committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d834506 View commit details
    Browse the repository at this point in the history
  15. Update hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn…

    …-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/ConfigurationProperties.java
    
    Co-authored-by: Szilard Nemeth <954799+szilard-nemeth@users.noreply.github.com>
    K0K0V0K and szilard-nemeth committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f6fc704 View commit details
    Browse the repository at this point in the history
  16. fix

    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6401838 View commit details
    Browse the repository at this point in the history
  17. fix

    K0K0V0K committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0aa2a32 View commit details
    Browse the repository at this point in the history