-
Notifications
You must be signed in to change notification settings - Fork 148
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
[#596] feat(netty): Use off heap memory to read HDFS data #806
Merged
Merged
Changes from 11 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e302695
[#596] Use off heap memory to read HDFS data
jerqi 8ae5ded
fix
jerqi 5a55ab1
fix
jerqi cf2c023
fix
jerqi 7a5e968
fix
jerqi 40fbc88
fix
jerqi d6f4498
fix
jerqi 0bd5ca7
fix
jerqi 578bb49
fix
jerqi da5ceea
fix
jerqi f451194
fix
jerqi 78ef7d6
fix
jerqi 9ce762e
fix
jerqi 590546a
fix
jerqi 868606a
fix
jerqi 4f70825
fix
jerqi d154283
fix
jerqi a325fbd
fix
jerqi ab6bdda
Update client-spark/common/src/main/java/org/apache/spark/shuffle/rea…
jerqi 8e84ce7
Update storage/src/main/java/org/apache/uniffle/storage/request/Creat…
jerqi 7914648
Update storage/src/main/java/org/apache/uniffle/storage/handler/impl/…
jerqi 4d37ea6
fix
jerqi 9fc2897
fix
jerqi f20a874
fix
jerqi 74e13c7
fix
jerqi 4f9a5be
fix
jerqi d690521
fix
jerqi 6fd9692
fix
jerqi 32a7471
fix
jerqi 1046c53
fix ut
jerqi 742fff9
fix
jerqi e5c15d2
fix
jerqi 37faa8e
fix
jerqi 8feb03a
add doc
jerqi 016907c
fix error
jerqi 77d8afb
Merge remote-tracking branch 'upstream/master' into reader-off
jerqi 5fab041
address comments
jerqi d198fb5
fix comment
jerqi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to unify where the buffer is released?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems difficult. I don't have good idea.