-
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]: query failed: Assert "index < this->counter_" => index out of range, index=0, counter_=0 #36871
Open
1 task done
Labels
kind/bug
Issues or changes related a bug
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
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
Oct 15, 2024
ThreadDao
added
the
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
label
Oct 15, 2024
yanliang567
added
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.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Oct 15, 2024
/assign @weiliu1031 |
/assign @cqy123456 |
/assign @sunby |
/assign @cqy123456 |
this seems to be an growing mmap issue |
sre-ci-robot
pushed a commit
that referenced
this issue
Oct 17, 2024
… index removes the vec chunks. (#36938) issue: #36871 related pr: #36939 Signed-off-by: cqy123456 <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Oct 18, 2024
…x removes the vec chunks. (#36939) issue: #36871 related pr: #36938 Signed-off-by: cqy123456 <[email protected]>
ThreadDao
removed
the
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
label
Oct 23, 2024
@cqy123456 @ThreadDao any updates for this issue? |
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
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
milvus server
deploy a cluster with image 2.4-20241013-44564f04-amd64
test steps
results
Only one search requests failed: with
query failed: Assert "index < this->counter_" => index out of range, index=0, counter_=0 at /workspace/source/internal/core/src/mmap/ChunkVector.h:12
Expected Behavior
No response
Steps To Reproduce
Milvus Log
pods:
Anything else?
No response
The text was updated successfully, but these errors were encountered: