-
Notifications
You must be signed in to change notification settings - Fork 82
Add new compression scheduler implementation for improved simplicity and robustness; Remove old scheduler and consolidate the new schedulers #238
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
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
285658e
add compression scheduler
wraymo 90e5c7f
refactor native/compress.py a little bit
wraymo c8fb686
some progress
wraymo 88ed8c4
some progress
wraymo 4bbb03c
almost there
wraymo b786578
clean up
wraymo 39a41a8
further clean up
wraymo f9e2bd3
fix several bugs
wraymo caf800a
fix several bugs
wraymo 850fae1
fix several bugs
wraymo 165edc4
fix several bugs
wraymo 54b57c1
fix a bug
wraymo 1b1d5a5
fix a bug
wraymo 9d699a8
fix several bug
wraymo 193d766
fix several bugs
wraymo 756a921
fix a bug
wraymo cc35ebb
reset logging level to logging.INFO in native/compress.py
wraymo 9d65b66
update failed tasks
wraymo 94b7132
fix a bug
wraymo 7c17a2e
fix a bug
wraymo 276aebd
reformat several files
wraymo bbd8dcd
clean up and reformat
wraymo 0157791
clean up and reformat
wraymo c4677fc
fix several bugs
wraymo ebc8b75
apply review suggestions
wraymo b7f9291
make json dump simpler
wraymo 1897e33
reduce indentation in compression_scheduler
wraymo bdf2d79
refactor compression task status
wraymo a2808e9
refactor native/compress.py
wraymo a3274c8
use a variable to store clp_io_config
wraymo 0dee35a
update native/compress.py
wraymo f1f3dbe
fix a bug in compression_scheduler
wraymo c84491f
update import
wraymo 6c85dda
rename tasks
wraymo 78e12d1
rename CompressionTaskUpdate
wraymo 1a0c7df
refactor scheduler constants
wraymo dde4ffe
use fetchone() instead of fetchall()
wraymo e87a2c0
remove comments
wraymo cba554b
make timestamp fields in database tables consistent
wraymo 50c628d
rename execution_path
wraymo f733d85
remove a comment in native/comrpess.py
wraymo 92e443a
refactor compression handler
wraymo fa07fce
undo format changes to two files
wraymo 5d590b4
return values
wraymo 54051dc
move database insertion from PathsToCompressBuffer to compression sch…
wraymo 329686c
bug fix
wraymo 00528c3
bug fix
wraymo 2cf1dee
bug fix
wraymo e93869e
bug fix
wraymo 76c4c73
bug fix
wraymo 5cefadf
bug fix
wraymo e8afe93
update docstring
wraymo c84e4d6
change fetchone back to fetchall
wraymo c9e7a02
add commit
wraymo a58f6be
bug fix
wraymo 033ee32
improve readability
wraymo 24404ba
apply comment suggestions
wraymo c4df646
fix start_clp
wraymo 4e90cf5
make redis work for compression
wraymo 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
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.