-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[CAS] Add OnDiskDataAllocator #161264
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
[CAS] Add OnDiskDataAllocator #161264
Conversation
Created using spr 1.3.7
Created using spr 1.3.7
Created using spr 1.3.7
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.
LGTM. Probably give the other reviewers a chance to chime in before landing, but seems in line w/ other patches.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/31936 Here is the relevant piece of the build log for the reference
|
This seems to not build: http://45.33.8.238/linux/179183/step_3.txt
Please take a look and revert for now if it takes a while to fix. |
Reverted in ebfb16a for now. |
Ah. Thanks! I will re-open a different PR. The other size of the configuration is broken. |
Fix and re-land PR: #162112 |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/28569 Here is the relevant piece of the build log for the reference
|
This reverts commit 08e9540. Doesn't build on some bots, see comments on llvm/llvm-project#161264
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/13/builds/9911 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/72/builds/15373 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/6021 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/201/builds/6557 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/76/builds/13106 Here is the relevant piece of the build log for the reference
|
Add OnDiskDataAllocator, which is the data pool implementation inside a
OnDiskCAS that stores data in a single file. It is a based on
MappedFileRegionArena and wrapped inside a CAS database file.