-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9104][SPARK-9105][SPARK-9106][SPARK-9107][CORE] Netty network layer memory usage on webUI #7753
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
Closed
Closed
[SPARK-9104][SPARK-9105][SPARK-9106][SPARK-9107][CORE] Netty network layer memory usage on webUI #7753
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
39ba441
spark-9104 first draft version
liyezhang556520 ecc1044
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 2101538
show N/A for nio
liyezhang556520 9ccaf88
handle executor add and remove event for memotyTab
liyezhang556520 13c17fb
show removed executors info on page
liyezhang556520 c9b44b1
add stage memory trace
liyezhang556520 984feaf
add history support for heartbeat event
liyezhang556520 2501c82
limit history event log frequency
liyezhang556520 e0ae855
add some comments for EventLoggingListener
liyezhang556520 7491279
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 424c172
scala style fix
liyezhang556520 f21a804
remove executor port and fix test failure
liyezhang556520 2f3d30b
merge spache/master after master updated
liyezhang556520 7b846a2
work with JavaConverters
liyezhang556520 41874aa
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 0531d0f
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 27b7da1
refine the code according to Imran's comments and the design doc
liyezhang556520 a8fcf74
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 f2f0e64
fix scala style test
liyezhang556520 5f7a999
capitalize class name
liyezhang556520 5ad7a6a
change task metrics json format back to origin
liyezhang556520 c836fb9
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 b5aa4da
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 e8e2bdd
Merge remote-tracking branch 'apache/master' into netMem-9104
liyezhang556520 1dffa29
accroding to Imran's comment, refine the code
liyezhang556520 75e63c3
add first test case
liyezhang556520 0c1241c
fix scala style
liyezhang556520 c78628e
add more test cases, with eventloging test left
liyezhang556520 a93bd96
scala style fix
liyezhang556520 89214f3
fix test fail and add event logging unit test
liyezhang556520 1ed48c1
scala syle
liyezhang556520 cb307aa
merge to apache/master branch, fix merge conflict
liyezhang556520 b438077
roll back useless change
liyezhang556520 4123ac7
modify the code according to Imran's comments, mainly with unit test
liyezhang556520 2ce9fd9
fix scala style
liyezhang556520 17d094e
merge to master branch with tests update
liyezhang556520 4b3dbe4
change port to option and some bug fixes
liyezhang556520 0ea7cab
address comments of code refinement
liyezhang556520 5e031ce
merge to latest master branch from spark-9104-draft
liyezhang556520 87f8172
fix import ordering error
liyezhang556520 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
scala syle
- Loading branch information
commit 1ed48c11df78e07a5f6d71de5a3d3b7fecf245b9
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
rather than putting this method here, just define it inside the test case where you use it (though I think you probably don't even need it there)