-
Notifications
You must be signed in to change notification settings - Fork 79
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
Remove provenance APIs and provstor cache (SYN-4465) #2995
Conversation
vEpiphyte
commented
Jan 23, 2023
- Remove provenance APIs and provstor cache. Does not remove any existing slabs on disk.
- Does not remote the runtime recursion protections
…recursion protections (SYN-4465)
Codecov ReportBase: 97.21% // Head: 97.06% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2995 +/- ##
==========================================
- Coverage 97.21% 97.06% -0.16%
==========================================
Files 218 218
Lines 43204 43120 -84
==========================================
- Hits 42002 41853 -149
- Misses 1202 1267 +65
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Do we still need the ProvStack stuff for anything besides tracking recursion? Seems like we could clean it up a bit if that's all we're using it for but I suppose that can be a different story.
@Cisphyx Current story was scoped to removing the ongoing storage and APIs, not redoing the recursion protections. |