Skip to content

fix: 负载均衡的时候kv进程core掉 - #75

Open
webbrain-one wants to merge 1 commit into
absolute8511:masterfrom
webbrain-one:webbrain/issue-52
Open

fix: 负载均衡的时候kv进程core掉#75
webbrain-one wants to merge 1 commit into
absolute8511:masterfrom
webbrain-one:webbrain/issue-52

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #52

During load balancing, the KV process core dumps with SIGSEGV in
CompactionPicker::GetRange when the inputs vector is empty. Add a guard
to skip compaction when inputs are empty, preventing the crash.

Fixes absolute8511#52
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.

负载均衡的时候kv进程core掉

2 participants