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

The background task drop table multiple times #2501

Closed
WenyXu opened this issue Sep 26, 2023 · 2 comments · Fixed by #2504
Closed

The background task drop table multiple times #2501

WenyXu opened this issue Sep 26, 2023 · 2 comments · Fixed by #2504
Assignees
Labels
C-bug Category Bugs O-chaos Found by chaos tests

Comments

@WenyXu
Copy link
Member

WenyXu commented Sep 26, 2023

What type of bug is this?

Unexpected error

What subsystems are affected?

Standalone mode, Datanode

What happened?

The background task drop table multiple times

Screenshot 2023-09-26 at 19 07 38

What operating system did you use?

Ubuntu 23.04

Relevant log output and stack trace

No response

How can we reproduce the bug?

  1. Create a table
  2. Insert data
  3. Flush data
  4. Drop the table
@WenyXu WenyXu added C-bug Category Bugs O-chaos Found by chaos tests labels Sep 26, 2023
@evenyag
Copy link
Contributor

evenyag commented Sep 26, 2023

Forgot to break the loop here.

} else {
dropping_regions.remove_region(region_id);
info!("Region {} is dropped", region_path);
}

We should add a test for this.

@WenyXu
Copy link
Member Author

WenyXu commented Sep 26, 2023

Forgot to break the loop here.

} else {
dropping_regions.remove_region(region_id);
info!("Region {} is dropped", region_path);
}

We should add a test for this.

Let’s put our dear friend @waynexia in bug jail🤧

@evenyag evenyag added this to mito2 Sep 26, 2023
@evenyag evenyag self-assigned this Sep 26, 2023
@evenyag evenyag moved this to Todo in mito2 Sep 26, 2023
@evenyag evenyag moved this from Todo to In Progress in mito2 Sep 26, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in mito2 Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs O-chaos Found by chaos tests
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants