-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Materialize "large" files in a new store location and hardlink them in sandboxes #18153
Merged
Merged
Changes from 26 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2cde378
dont check this in lol
thejcannon 66eb572
it works!
thejcannon ec76537
bye bye
thejcannon 807f4f5
thats gone too
thejcannon 383de69
thats working better
thejcannon e0bc8d7
call it immutable
thejcannon 655073a
some test fixes
thejcannon 17d614e
Merge branch 'main' into bigfilestore
thejcannon b7f6341
tweak
thejcannon 5fc2711
a few changes
thejcannon 052b91a
oh hey its async now
thejcannon 8779e31
remote works for small files too
thejcannon f14c3c2
more tests pass
thejcannon 7e52590
lets start crackin'
thejcannon d3e3465
conftest
thejcannon 85adb69
docker is feeling better
thejcannon 4ec4b5d
now we know whats missing
thejcannon 66cf095
xMerge branch 'main' into bigfilestore
thejcannon 564d37a
all_digests
thejcannon f9f98c1
there we go
thejcannon 55dfe3c
remove too
thejcannon 0b07685
some refactoring
thejcannon dc01577
more refactoring
thejcannon 7113dae
Merge branch 'main' into bigfilestore
thejcannon 37a6f39
needs some love, but refactored
thejcannon 7127352
remote speedy
thejcannon 43d9c75
* Make `aged_fingerprint` and `all_digests` async, and move their imp…
stuhood 444bec4
Use `self.get_path` in `load_bytes_with`.
stuhood e52b8b1
Test fixes. Two left.
stuhood 4509c53
Merge branch 'main' into thejcannon/bigfilestore
stuhood c452708
Re-add digest verification for remote blobs, internally to `remote::B…
stuhood 7f7082d
WIP: Track device.
stuhood b28e49e
I think were good still gotta test
thejcannon d19ac09
a few more fixes
thejcannon 23b501a
comments
thejcannon dd3014a
Super speedy now
thejcannon 941c1b9
Update src/rust/engine/fs/store/src/lib.rs
thejcannon 631cb6f
fmt
thejcannon 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
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.
Is this something specific to the Pants repo, or will it apply to others too?
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's because we run pants in a pants made sandbox, so very much a pants repo limitation