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

storage controller: misc fixes #7036

Merged
merged 4 commits into from
Mar 6, 2024
Merged

storage controller: misc fixes #7036

merged 4 commits into from
Mar 6, 2024

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Mar 6, 2024

Problem

Collection of small changes, batched together to reduce CI overhead.

Summary of changes

  • Layer download messages include size -- this is useful when watching a pageserver hydrate its on disk cache in the log.
  • Controller migrate API could put an invalid NodeId into TenantState
  • Scheduling errors during tenant create could result in creating some shards and not others.
  • Consistency check could give hard-to-understand failures in tests if a reconcile was in process: explicitly fail the check if reconciles are in progress instead.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

@jcsp jcsp added t/bug Issue Type: Bug c/storage/controller Component: Storage Controller labels Mar 6, 2024
@jcsp jcsp requested a review from arpad-m March 6, 2024 14:26
@jcsp jcsp requested a review from a team as a code owner March 6, 2024 14:26
Copy link

github-actions bot commented Mar 6, 2024

2490 tests run: 2368 passed, 0 failed, 122 skipped (full report)


Flaky tests (5)

Postgres 16

Postgres 15

  • test_pageserver_key_reload: release
  • test_fully_custom_config: release
  • test_vm_bit_clear_on_heap_lock: debug

Code coverage* (full report)

  • functions: 28.8% (6993 of 24258 functions)
  • lines: 47.4% (43010 of 90711 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
b78c2a6 at 2024-03-06T15:14:46.538Z :recycle:

@jcsp jcsp merged commit a9a4a76 into main Mar 6, 2024
56 checks passed
@jcsp jcsp deleted the jcsp/ha-testing-fixes-2 branch March 6, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/storage/controller Component: Storage Controller t/bug Issue Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants