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

[#308] Introduce AirConcurrentMap as possible backing HashMap #309

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

pjeli
Copy link
Collaborator

@pjeli pjeli commented Apr 6, 2022

Make sure you have checked all steps below.

GitHub Issue

Fixes #308

Checklist:

  • This pull request updates the documentation
  • This pull request changes the code
  • Title of the PR is of format (example) : [#25] Add Pull Request Template, where [#25] is the GitHub issue number

What is the purpose of this pull request?

How was this change validated?

Commit Guidelines

  • My commits all reference GH issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":
    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"

@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #309 (bddc130) into master (2ac9f13) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #309   +/-   ##
=========================================
  Coverage     74.29%   74.30%           
- Complexity     1071     1074    +3     
=========================================
  Files            55       56    +1     
  Lines          7070     7083   +13     
  Branches        638      638           
=========================================
+ Hits           5253     5263   +10     
- Misses         1421     1423    +2     
- Partials        396      397    +1     
Impacted Files Coverage Δ
...rver/namenode/AirConcurrentMapINodeCollection.java 100.00% <100.00%> (ø)
...doop/hdfs/server/namenode/AbstractQueryEngine.java 66.93% <0.00%> (-0.21%) ⬇️
.../hdfs/server/namenode/analytics/WebServerMain.java 75.52% <0.00%> (-0.18%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ac9f13...bddc130. Read the comment docs.

@pjeli pjeli merged commit ea294f9 into paypal:master Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce AirConcurrentMap as possible backing HashMap
1 participant