-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor(cache): Clean up redundant code #12024
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D67868731 |
✅ Deploy Preview for meta-velox canceled.
|
Summary: Refactor read checkpoint code and consolidate duplicate file clean up. Differential Revision: D67868731
a0bd3c2
to
ca90133
Compare
This pull request was exported from Phabricator. Differential Revision: D67868731 |
DEFINE_METRIC( | ||
kMetricSsdCacheDeleteCheckpointErrors, facebook::velox::StatType::SUM); | ||
kMetricSsdCacheDeleteFileErrors, facebook::velox::StatType::SUM); |
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.
the naming seems confusing, since it only include two types and doesn't have SSD file?
Summary: Refactor read checkpoint code and consolidate duplicate file clean up. Differential Revision: D67868731
ca90133
to
4ea1cd5
Compare
This pull request was exported from Phabricator. Differential Revision: D67868731 |
Summary: Refactor read checkpoint code and consolidate duplicate file clean up.
Differential Revision: D67868731