Skip to content

feat(Storage): group disks by DC #1823

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

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Jan 14, 2025

Closes #1430

Test stand (with test data in Storage): https://nda.ya.ru/t/lltCf2Em7B9wQn

PDisks with VDisks:
Screenshot 2025-01-16 at 18 00 21

Only VDisks:
Screenshot 2025-01-16 at 18 00 31

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
262 258 0 4 0

😟 No changes in tests. 😕

Bundle Size: 🔺

Current: 79.96 MB | Main: 79.96 MB
Diff: +5.48 KB (0.01%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

<PDiskItem
key={vDisk?.PDisk?.StringifiedId}
vDisk={vDisk}
highlightedVDisk={highlightedVDisk}
setHighlightedVDisk={setHighlightedVDisk}
withDCMargin={vDisksWithDCMargins.includes(index)}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is grouping only for PDisks here. This is done to keep VDisks relative sizes

@artemmufazalov artemmufazalov marked this pull request as ready for review January 16, 2025 15:01
@artemmufazalov artemmufazalov requested review from Raubzeug and astandrik and removed request for Raubzeug January 16, 2025 15:01
@artemmufazalov artemmufazalov added this pull request to the merge queue Jan 17, 2025
Merged via the queue into main with commit dec5b95 Jan 17, 2025
7 checks passed
@artemmufazalov artemmufazalov deleted the 1430-group-disks-by-dc branch January 17, 2025 09:29
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.

mirror-3-dc erasure: group pdisks and vdisks in a groups of 3 (just a little bit)
2 participants