Zoekt: Increase frequency of the reallocation task
What does this MR do and why?
I've noticed that sometimes the disk usage grows too much, which might cause an incident. This MR increases the frequency of the reallocation
task to default 10 minutes.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Merge request reports
Activity
changed milestone to %17.0
requested review from @terrichu
assigned to @dgruzd
- A deleted user
added backend database databasereview pending labels
- Resolved by Dmitry Gruzd
- Resolved by Dmitry Gruzd
1 Warning You've made some app changes, but didn't add any tests.
That's OK as long as you're refactoring existing code,
but please consider adding any of the maintenancepipelines, maintenancerefactor, maintenanceworkflow, documentation, QA labels.2 Messages CHANGELOG missing: If this merge request needs a changelog entry, add the
Changelog
trailer to the commit message you want to add to the changelog.If this merge request doesn't need a CHANGELOG entry, feel free to ignore this message.
This merge request adds or changes files that require a review from the Database team. This merge request requires a database review. To make sure these changes are reviewed, take the following steps:
- Ensure the merge request has database and databasereview pending labels. If the merge request modifies database files, Danger will do this for you.
- Prepare your MR for database review according to the docs.
- Assign and mention the database reviewer suggested by Reviewer Roulette.
The following files require a review from the Database team:
ee/app/services/search/zoekt/scheduling_service.rb
Reviewer roulette
Category Reviewer Maintainer backend @alexbuijs
(UTC+2, same timezone as author)
@drew
(UTC+0, 2 hours behind author)
database @minac
(UTC+3, 1 hour ahead of author)
@Quintasan
(UTC+2, same timezone as author)
Please check reviewer's status!
Please refer to documentation page for guidance on how you can benefit from the Reviewer Roulette, or use the GitLab Review Workload Dashboard to find other available reviewers.
If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerEdited by Ghost Userremoved database label
removed databasereview pending label
added pipeline:mr-approved label
- Resolved by John Mason
@terrichu
, thanks for approving this merge request.This is the first time the merge request has been approved. To ensure we don't only run predictive pipelines, and we don't break
master
, a new pipeline will be started shortly.Please wait for the pipeline to start before resolving this discussion and set auto-merge for the new pipeline. See merging a merge request for more details.
- Resolved by John Mason
@johnmason would you mind a maintainer review?
requested review from @johnmason
removed review request for @terrichu
- A deleted user
added database databasereview pending labels
E2E Test Result Summary
allure-report-publisher
generated test report!e2e-test-on-gdk:
test report for 221ba3faexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Plan | 51 | 0 | 2 | 0 | 53 | ✅ | | Create | 96 | 0 | 9 | 0 | 105 | ✅ | | Verify | 35 | 0 | 1 | 0 | 36 | ✅ | | Data Stores | 31 | 0 | 0 | 0 | 31 | ✅ | | Govern | 66 | 0 | 0 | 0 | 66 | ✅ | | Monitor | 7 | 0 | 0 | 0 | 7 | ✅ | | Release | 5 | 0 | 0 | 0 | 5 | ✅ | | Package | 19 | 0 | 12 | 0 | 31 | ✅ | | Manage | 0 | 0 | 1 | 0 | 1 | ➖ | | Analytics | 2 | 0 | 0 | 0 | 2 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 312 | 0 | 25 | 0 | 337 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
e2e-package-and-test:
test report for 221ba3faexpand test summary
+---------------------------------------------------------------------+ | suites summary | +----------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +----------------+--------+--------+---------+-------+-------+--------+ | Govern | 300 | 0 | 13 | 9 | 313 | ✅ | | Plan | 285 | 0 | 23 | 0 | 308 | ✅ | | Create | 599 | 1 | 81 | 1 | 681 | ❌ | | Verify | 168 | 0 | 30 | 0 | 198 | ✅ | | Package | 175 | 0 | 80 | 7 | 255 | ✅ | | GitLab Metrics | 2 | 0 | 1 | 0 | 3 | ✅ | | Fulfillment | 8 | 0 | 75 | 0 | 83 | ✅ | | Analytics | 7 | 0 | 0 | 0 | 7 | ✅ | | Systems | 10 | 0 | 0 | 0 | 10 | ✅ | | Manage | 38 | 0 | 12 | 1 | 50 | ✅ | | Data Stores | 137 | 0 | 28 | 0 | 165 | ✅ | | Configure | 1 | 0 | 9 | 0 | 10 | ✅ | | Growth | 0 | 0 | 6 | 0 | 6 | ➖ | | Secure | 9 | 0 | 3 | 0 | 12 | ✅ | | Release | 17 | 0 | 3 | 0 | 20 | ✅ | | Monitor | 36 | 0 | 13 | 0 | 49 | ✅ | | ModelOps | 0 | 0 | 3 | 0 | 3 | ➖ | | Ai-powered | 0 | 0 | 3 | 0 | 3 | ➖ | +----------------+--------+--------+---------+-------+-------+--------+ | Total | 1792 | 1 | 383 | 18 | 2176 | ❌ | +----------------+--------+--------+---------+-------+-------+--------+
Edited by Ghost User