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

IGNITE-23252 ItReplicaLifecycleTest is unstable #4956

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

Conversation

JAkutenshi
Copy link
Contributor

@JAkutenshi JAkutenshi commented Dec 23, 2024

JIRA Ticket: IGNITE-23252

The goal

The goal of the PR is to enable ItReplicaLifecycleTest class. The tests shouldn't throw any assertion errors or be unstable.

The reason

We're arising the colocation epic and want already written tests are work and stable.

The solution

The main change is to change destroyPartitionStorages to weakStopAndDestroyPartition because then we could be ensured that table replica will be stopped before related RAFT storages will be removed.

All further work related to wrong storage destruction on ignite node stopping process is related to IGNITE-23741

# Conflicts:
#	modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java
#	modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
@JAkutenshi JAkutenshi marked this pull request as ready for review January 24, 2025 12:30
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.

1 participant