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

[bug][server] fix coordinator updates partition replicas status to online after server restart #337

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

psxjoy
Copy link
Contributor

@psxjoy psxjoy commented Jan 23, 2025

Purpose

fix #334

When a tablet server started, the CoordinatorEventProcessor will find all replicas in this server via method replicasOnTabletServer , and change the state of the replicas to online.
This PR is adding the logic for get replica for partitioned table in this method

Tests

Not applicable.

API and Format

Not applicable.

Documentation

Not applicable.

@psxjoy psxjoy marked this pull request as draft January 23, 2025 14:22
@psxjoy psxjoy changed the title [bug][server] fix coordinator updates partition replicas status to online after server restart [WIP][bug][server] fix coordinator updates partition replicas status to online after server restart Jan 23, 2025
@psxjoy psxjoy changed the title [WIP][bug][server] fix coordinator updates partition replicas status to online after server restart [bug][server] fix coordinator updates partition replicas status to online after server restart Jan 23, 2025
@psxjoy psxjoy marked this pull request as ready for review January 23, 2025 15:22
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.

[Bug] Coordinator miss to change the partition's replicas hold by restarted server to online
1 participant