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

disk index: move fn data_loc to MultipleSlots #30993

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

jeffwashington
Copy link
Contributor

@jeffwashington jeffwashington commented Mar 30, 2023

Problem

See #30711

Soon, disk index 'index' entry will contain a single element if there is only a single element in the slot list.
To facilitate this, we need MultipleSlots to contain what is required to reference a data file entry.

Summary of Changes

move fn data_loc to MultipleSlots

Fixes #

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #30993 (c33d606) into master (2646fb7) will increase coverage by 0.0%.
The diff coverage is 71.7%.

@@           Coverage Diff           @@
##           master   #30993   +/-   ##
=======================================
  Coverage    81.5%    81.5%           
=======================================
  Files         728      728           
  Lines      205467   205471    +4     
=======================================
+ Hits       167532   167562   +30     
+ Misses      37935    37909   -26     

@jeffwashington jeffwashington force-pushed the mm45_6 branch 2 times, most recently from ef81b5a to 13e4f1d Compare March 30, 2023 19:45
@jeffwashington jeffwashington marked this pull request as ready for review March 30, 2023 20:21
@jeffwashington jeffwashington merged commit 3278035 into solana-labs:master Mar 30, 2023
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.

2 participants