-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: When deleting a varchar collection, deleteBufferSize expands 7 times and compaction is not triggered in time #37582
Labels
kind/bug
Issues or changes related a bug
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
ThreadDao
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
Nov 11, 2024
/assign @XuanYang-cn Please help investigate |
ThreadDao
added
the
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
label
Nov 11, 2024
yanliang567
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Nov 12, 2024
For a uuid string(36), the actual size of PrimaryKey is 7 times of expected. === RUN TestVarCharPrimaryKey/size
primary_key_test.go:19:
Error Trace: /home/yangxuan/Github/milvus/internal/storage/primary_key_test.go:19
Error: Not equal:
expected: int(44)
actual : int64(296)
Test: TestVarCharPrimaryKey/size
Messages: uuid: f99f07ce-b546-4639-a24a-013929475a99 |
XuanYang-cn
added a commit
to XuanYang-cn/milvus
that referenced
this issue
Nov 12, 2024
See also: milvus-io#37582 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
XuanYang-cn
added a commit
to XuanYang-cn/milvus
that referenced
this issue
Nov 12, 2024
See also: milvus-io#37582 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
XuanYang-cn
added a commit
to XuanYang-cn/milvus
that referenced
this issue
Nov 12, 2024
See also: milvus-io#37582 pr: milvus-io#37617 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 14, 2024
See also: #37582 --------- Signed-off-by: yangxuan <xuan.yang@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 14, 2024
fixed |
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
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
server config
qn: 5*8c32g
test steps
test results
deleteBufferSize
From the queryNode metrics, we can see that deleteBufferSize is too high. It has expanded by 7 times according to the actual deleteBufferRowCount. the size according to the count: 2000000*(64+8)/1024/1024~=137MB, actual deeteBufferSize=1GB
querynode memory usage
During the target update, the qn memory fluctuated by 30%, about 10GiB. Please help confirm whether this is in line with expectations? Can it be optimized? FIY, the levelZeroForwardPolicy is RemoteLoad, segment maxSize is 2048
compaction trigger
The compaction was triggered 18 minutes after the deletion started? Why does it take so long?
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
pods:
Anything else?
No response
The text was updated successfully, but these errors were encountered: