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]: SIGSEGV when dropping collection if compaction disabled #32861

Closed
1 task done
zhengbuqian opened this issue May 8, 2024 · 4 comments
Closed
1 task done

[Bug]: SIGSEGV when dropping collection if compaction disabled #32861

zhengbuqian opened this issue May 8, 2024 · 4 comments
Assignees
Labels
kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@zhengbuqian
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: master

Current Behavior

if we disable compaction in milvus.yaml, then try to drop a collection, the program crashes.

cause: in

s.compactionHandler.removeTasksByChannel(channel)
, if compaction is disabled, s.compactionHandler is null, calling method on it cause SIGSEGV

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

@zhengbuqian zhengbuqian added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 8, 2024
@XuanYang-cn
Copy link
Contributor

ongoing

@XuanYang-cn
Copy link
Contributor

#31068

@XuanYang-cn
Copy link
Contributor

#31059

@zhengbuqian
Copy link
Collaborator Author

did not find #31059, closing this and we can track the issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants