-
Notifications
You must be signed in to change notification settings - Fork 29.2k
[SPARK-32037][CORE] Rename blacklisting feature #29906
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
Changes from 22 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
c8f1ef9
Change blacklist to use exclude
tgravescs 803c8cc
more changes
tgravescs a9710dc
Continue renaming blacklisting, start ui changes
tgravescs 26aa116
more renames
tgravescs 73b997f
update tests and revert some of the listener events so history files …
tgravescs d85f2b5
add release to deprecated and fix compilation
tgravescs f8b042a
Fix test reference blacklist
tgravescs b0d1c72
Fix one more referenc3:
tgravescs 57a4ac9
minor fixes
tgravescs 83a2b94
Fix test text
tgravescs eea7bdf
test fixes
tgravescs 9f6b813
revert
tgravescs 1155c1d
revert some changes for backwards compatibility
tgravescs 12d99aa
Fix test
tgravescs b3f932f
test fixes
tgravescs f319b1b
a few comments missed
tgravescs 6657785
rename a few hive blacklist variables
tgravescs 9e5ace6
Fix scalastyle and update review comments. Revert Hve thriftserver
tgravescs 1a3237a
renames blocked to excluded
tgravescs 76714e7
Update blocklist to excluded
tgravescs 08946ab
Merge remote-tracking branch 'upstream/master' into SPARK-32037
tgravescs 6da870b
Update new test file
tgravescs 4636159
Start addressing review comments
tgravescs 0172aa4
Rework, remove the on*Blacklisted* functions and handle history events
tgravescs fcc3558
Merge remote-tracking branch 'upstream/master' into SPARK-32037
tgravescs 5ed326d
Fix scala style
tgravescs 32fca2d
Add mima excludes for the on*Blacklist removals
tgravescs dbc0ff1
Fix location and syntax in mima excludes
tgravescs 3ebf881
Fix syntax
tgravescs 34bf3c4
Revert "Fix syntax"
tgravescs b884ec3
Revert "Fix location and syntax in mima excludes"
tgravescs f9a8951
Revert "Add mima excludes for the on*Blacklist removals"
tgravescs 05ac1ce
Revert "Rework, remove the on*Blacklisted* functions and handle histo…
tgravescs 89d4fd2
deprecated and mispelled rework
tgravescs a27ac94
Post both types of messages for now until we total remove blacklist
tgravescs b344ef6
update since version on configs
tgravescs 8241e61
Add developerapi to SparkFirehostListener
tgravescs 3446fb0
Fix bug in blacklist metrics incrementing and minor fixes and documen…
tgravescs f20a75d
Fix typo
tgravescs 32ab73d
Merge remote-tracking branch 'upstream/master' into SPARK-32037
tgravescs b38dd66
fix missing deprecated configs and minor issues
tgravescs 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 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
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
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
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
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
Oops, something went wrong.
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.
This one is duplicated? (see L605)
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.
yes