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

Support consolidation with max_frag_size in Dense. #5190

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from

Conversation

DimitrisStaratzis
Copy link
Contributor

@DimitrisStaratzis DimitrisStaratzis commented Jul 16, 2024

This PR enables consolidation with the max_fragment_size config parameter in Dense arrays. In essnece, a consolidation where if we assume that the array had N fragments it will not end up with N+1 fragments but with N+M where M is the number of new fragments that were produced due to memory size limitations added by the user. (e.g. sm.max_fragment_size)

[WIP] add test for negative dims.


TYPE: FEATURE
DESC: Support consolidation with max_frag_size in Dense.

[sc-50059] [sc-49509]

@DimitrisStaratzis DimitrisStaratzis force-pushed the dstara/sc-50059/try-to-reproduce-data-loss-with-max-fragment branch from 2c04878 to 8930bf6 Compare July 16, 2024 20:15
@DimitrisStaratzis DimitrisStaratzis changed the title Support consolidation with max_frag_size in Dense. [WIP] Support consolidation with max_frag_size in Dense. Jul 17, 2024
@DimitrisStaratzis DimitrisStaratzis force-pushed the dstara/sc-50059/try-to-reproduce-data-loss-with-max-fragment branch from 3486d00 to 0184785 Compare August 29, 2024 12:40
@DimitrisStaratzis DimitrisStaratzis marked this pull request as ready for review September 2, 2024 18:40
@DimitrisStaratzis DimitrisStaratzis force-pushed the dstara/sc-50059/try-to-reproduce-data-loss-with-max-fragment branch from a7d3c56 to 28b7809 Compare September 2, 2024 19:06
@DimitrisStaratzis DimitrisStaratzis force-pushed the dstara/sc-50059/try-to-reproduce-data-loss-with-max-fragment branch from 28b7809 to 86fd805 Compare September 2, 2024 19:07
@DimitrisStaratzis DimitrisStaratzis changed the title [WIP] Support consolidation with max_frag_size in Dense. Support consolidation with max_frag_size in Dense. Sep 2, 2024
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.

1 participant