Skip to content

feat/shard-ops-timeout#7750

Merged
dancixx merged 41 commits intodevfrom
feat/shard-ops-timeout
Jan 9, 2026
Merged

feat/shard-ops-timeout#7750
dancixx merged 41 commits intodevfrom
feat/shard-ops-timeout

Conversation

@dancixx
Copy link
Contributor

@dancixx dancixx commented Dec 11, 2025

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you formatted your code locally using cargo +nightly fmt --all command prior to submission?
  3. Have you checked your code using cargo clippy --all --all-features command?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

@dancixx dancixx marked this pull request as draft December 11, 2025 16:38
coderabbitai[bot]

This comment was marked as resolved.

@qdrant qdrant deleted a comment from coderabbitai bot Dec 11, 2025
@dancixx dancixx force-pushed the feat/shard-ops-timeout branch from 444c32e to d6bda4f Compare December 12, 2025 12:31
@dancixx dancixx marked this pull request as ready for review December 12, 2025 13:13
@dancixx dancixx requested a review from generall December 12, 2025 13:14
@dancixx dancixx marked this pull request as draft December 12, 2025 13:14
coderabbitai[bot]

This comment was marked as resolved.

@dancixx dancixx marked this pull request as ready for review December 15, 2025 10:21
@dancixx dancixx requested review from generall and removed request for generall December 15, 2025 10:21
coderabbitai[bot]

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

@dancixx dancixx marked this pull request as draft December 15, 2025 12:15
@xzfc xzfc force-pushed the feat/shard-ops-timeout branch from a772a81 to 6ab97af Compare December 16, 2025 22:43
@xzfc
Copy link
Member

xzfc commented Dec 16, 2025

Merging #7475 introduced merge conflicts in this branch, so I rebased it.

@dancixx dancixx requested a review from generall December 17, 2025 14:44
@dancixx dancixx marked this pull request as ready for review December 17, 2025 14:59
coderabbitai[bot]

This comment was marked as resolved.

@dancixx dancixx force-pushed the feat/shard-ops-timeout branch from e0ad83f to 6a3ab90 Compare January 6, 2026 11:38
coderabbitai[bot]

This comment was marked as resolved.

@qdrant qdrant deleted a comment from coderabbitai bot Jan 7, 2026
coderabbitai[bot]

This comment was marked as resolved.

@qdrant qdrant deleted a comment from coderabbitai bot Jan 7, 2026
coderabbitai[bot]

This comment was marked as resolved.

@qdrant qdrant deleted a comment from coderabbitai bot Jan 7, 2026
@timvisee
Copy link
Member

timvisee commented Jan 7, 2026

I'd like to do a proper (manual) test before I approve this PR.

I do see the new wait_timeout status when running this branch, which is good.

However, on dev I still fail to reproduce the case where we mark replicas as dead.

@generall
Copy link
Member

generall commented Jan 7, 2026

However, on dev I still fail to reproduce the case where we mark replicas as dead.

were you able to trigger timeout for update operation?

@dancixx dancixx merged commit 1cbf297 into dev Jan 9, 2026
15 checks passed
@dancixx dancixx deleted the feat/shard-ops-timeout branch January 9, 2026 09:24
generall added a commit that referenced this pull request Feb 9, 2026
* feat: add shard-ops timeout

* feat: add shard-ops timeout

* feat: add missing timeout

* fix: format

* fix: type serialization

* fix: bad wal flush logic

* feat: add seperate wait_time

* fix: linter issues

* fix: linter

* chore: make select more readable

* fix: linter issues

* chore: remove comment

* chore: adjust comment

* chore: update definition

* chore: remove extra wait_timeout -> make timeout global

* chore: remove wait_timeout from point_ops

* chore: remove wait_timeout from grpc

* refactor: make shard_ops more readable

* chore: remove timeout from update_all

* feat: propagate wait_timeout error

* fix: clippy recommendation

* chore: update wait timeout

* refactor: update merge_successful_update_results

* fix: tests inconsistency

* fix: revert global ord, partialord for UpdateStatus

* fix: integration test

* fix: res ingoring

* fix: review requests

* fix: clippy

* chore: revert back futures unordered

* fix: resolve response status

* force timeout for remote operations

* fix: pr reviews

* fix: switch to duration

* Bump OpenAPI spec

* feat: add serde_as

* fix: timeout statu condition

* Minor tweaks

* Use tokio timeout directly rather than deadline

* Revert schema generator permissions

* Remove obsolete semi-colon

---------

Co-authored-by: generall <andrey@vasnetsov.com>
Co-authored-by: timvisee <tim@visee.me>
@timvisee timvisee mentioned this pull request Feb 17, 2026
5 tasks
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.

4 participants