Skip to content

Antalya 26.3: Fix rescheduleTasksFromReplica#1747

Open
zvonand wants to merge 1 commit intoantalya-26.3from
feature/antalya-26.3/pr-1568
Open

Antalya 26.3: Fix rescheduleTasksFromReplica#1747
zvonand wants to merge 1 commit intoantalya-26.3from
feature/antalya-26.3/pr-1568

Conversation

@zvonand
Copy link
Copy Markdown
Collaborator

@zvonand zvonand commented May 6, 2026

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix rescheduleTasksFromReplica (#1568 by @ianton-ru).

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

Cherry-picked from #1568.


Documentation entry for user-facing changes

Fix incorrect change from c523f29
getReplicaForFile uses replica_to_files_to_be_processed to find best replica for file, With removing lost replica after getReplicaForFile call, getReplicaForFile chooses the same replica, so rescheduling makes no sense, files will be choosen only in getAnyUnprocessedFile and executed on random replicas.
This PR fixes the order, now files are matched with new best replicas.

…rash

Antalya 26.1: Fix rescheduleTasksFromReplica
@zvonand zvonand added the releasy Created/managed by RelEasy label May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Workflow [PR], commit [c2744ab]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releasy Created/managed by RelEasy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant