-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python API: Allow to cache container metadata #2013
Python API: Allow to cache container metadata #2013
Conversation
CMakeLists.txt
Outdated
@@ -22,7 +22,7 @@ if (NOT DEFINED OIOSDS_RELEASE) | |||
set(OIOSDS_RELEASE master) | |||
endif () | |||
if (NOT DEFINED OIOSDS_PROJECT_VERSION_SHORT) | |||
set(OIOSDS_PROJECT_VERSION_SHORT "4.8") | |||
set(OIOSDS_PROJECT_VERSION_SHORT "4.9") |
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.
4.10
@@ -41,7 +41,7 @@ | |||
from oio.common.storage_functions import _sort_chunks, fetch_stream, \ | |||
fetch_stream_ec | |||
from oio.common.fullpath import encode_fullpath | |||
from oio.common.cache import del_cached_metadata | |||
from oio.common.cache import del_cached_object_metadata |
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.
I know this is supposed to be an internal API, and it has not been largely diffused yet, but please don't take the habit to rename exposed methods.
aa11f36
to
a45a82d
Compare
Codecov Report
@@ Coverage Diff @@
## 4.x #2013 +/- ##
==========================================
+ Coverage 80.66% 80.68% +0.03%
==========================================
Files 375 375
Lines 70801 70887 +86
==========================================
+ Hits 57104 57190 +86
Misses 13575 13575
Partials 122 122
Continue to review full report at Codecov.
|
b6e7420
to
bcf08d3
Compare
bcf08d3
to
4f3ec79
Compare
SUMMARY
Allow to cache container metadata
ISSUE TYPE
COMPONENT NAME
SDS VERSION