Skip to content
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

merge develop #10

Merged
merged 557 commits into from
Jun 26, 2023
Merged

merge develop #10

merged 557 commits into from
Jun 26, 2023

Conversation

1a1a11a
Copy link
Owner

@1a1a11a 1a1a11a commented Jun 26, 2023

No description provided.

…SLRU to use multiple head and tail lists instead of multiple LRUs
… size change over time (which may trigger eviction) and how we move objects between segments in the SLRU.

fix a bug where object size difference overflows due to negative uint32_t;
change all tests to use oracleGeneral trace reader because not all algorithms handle object size change in the same way
1. fix tests which is caused by object size change handling in cache.c in the last commit;
2. change algorithms to no longer handle object size change;
3. fix some TTL related issues
4. clean up
rename per_obj_metadata_size to obj_md_size
2. change the return of cache_check and cache_get to bool, on a cache hit, they return true, o.w. return false indicating a cache miss
2. fix a bug where expired objects are not removed from the cache (list) and only removed from the hashtable
3. fix SUPPORT_TTL macro not used consistently
fix a name problem in cli.c;
@1a1a11a 1a1a11a merged commit d754606 into master Jun 26, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants