-
Notifications
You must be signed in to change notification settings - Fork 29k
[CORE][SPARK-49788] Add optional TTL based cleaning for blocks to better support notebooks #49032
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
Open
holdenk
wants to merge
27
commits into
apache:master
Choose a base branch
from
holdenk:SPARK-49788-Restore-Cleaner-TTL-Functionality
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+406
−13
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
53f77ac
start thinking about cleanup timers
holdenk 86a9f7f
Start a bit on putting in block tracking.
holdenk 74c2608
Test compiles
holdenk 94c290a
Add the Block TTL Integration suite
holdenk 7bc2f7a
Increase logging a little bit.
holdenk cd30325
Make the TTL cleaners clean and add some simple tests
holdenk 0f23de4
Switch to using MDC logging
holdenk ce72a3c
hmmm fails in CI maybe our TTL is too tight
holdenk 0fd8744
Bump TTL a bit
holdenk 5b6ae44
Use eventually instead of sleep
holdenk 92ae9af
Back out un-needed change to ShuffledRDD.scala
sfc-gh-hkarau c7dbcdd
Add a note about why JHashMap
sfc-gh-hkarau feec34b
Add a version 4.1.0 to the new config options.
sfc-gh-hkarau eb4828c
CR feedback
sfc-gh-hkarau c5aa83c
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau 0354749
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau f474dc0
Deal with the interruption excdeption from shutdownnow
sfc-gh-hkarau 3a37726
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau 53a65c6
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau 4ac8a19
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau afc9a6a
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau f3a7531
Reduce the TTL in the tests so they don't take so long, move the time…
sfc-gh-hkarau 34090b1
Increase TTL so the blocks don't get cleaned before the test has a ch…
sfc-gh-hkarau 1ca2378
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau e04d2e1
Bump up the blockTTL for testing since CI seems to cleanup the blocks…
sfc-gh-hkarau f9f66e1
hmmm
sfc-gh-hkarau c7fc32d
Merge branch 'master' into SPARK-49788-Restore-Cleaner-TTL-Functionality
sfc-gh-hkarau 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
Some comments aren't visible on the classic Files Changed page.
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
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.
Uh oh!
There was an error while loading. Please reload this page.