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]: too many open files #38083

Open
1 task done
arademaker opened this issue Nov 28, 2024 · 2 comments
Open
1 task done

[Bug]: too many open files #38083

arademaker opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed kind/bug Issues or changes related a bug stale indicates no udpates for 30 days

Comments

@arademaker
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: 2.5.0
- Deployment mode(standalone or cluster): standalone
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): MacOS
- CPU/Memory: Apple M1 Max 32GB
- GPU: 
- Others:

Current Behavior

to many messages like:

E0000 00:00:1732805875.531820   37843 wakeup_fd_pipe.cc:41] pipe creation failed (24): Too many open files
E0000 00:00:1732805875.533009   37843 ev_poll_posix.cc:945] pollset_work: UNKNOWN:pipe: Too many open files (24) {created_time:"2024-11-28T11:57:55.531926-03:00"}
E0000 00:00:1732805875.533610   37843 completion_queue.cc:1047] Completion queue next failed: UNKNOWN:pipe: Too many open files (24) {created_time:"2024-11-28T11:57:55.531926-03:00"}
E0000 00:00:1732805875.600874   37843 wakeup_fd_pipe.cc:41] pipe creation failed (24): Too many open files
E0000 00:00:1732805875.600937   37843 ev_poll_posix.cc:945] pollset_work: UNKNOWN:pipe: Too many open files (24) {created_time:"2024-11-28T11:57:55.600932-03:00"}
E0000 00:00:1732805875.600967   37843 completion_queue.cc:1047] Completion queue next failed: UNKNOWN:pipe: Too many open files (24) {created_time:"2024-11-28T11:57:55.600932-03:00"}

Expected Behavior

No response

Steps To Reproduce

% pip list | grep -i mil
milvus-lite           2.4.10
milvus-model          0.2.9
pymilvus              2.5.0

Error right after the encoding of a query

model_ef = model.dense.SentenceTransformerEmbeddingFunction(
    model_name="Alibaba-NLP/gte-multilingual-base",
    trust_remote_code=True,
    device='cpu'
)
...
model_ef.encode_queries([input_query]).  


### Milvus Log

_No response_

### Anything else?

_No response_
@arademaker arademaker 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 28, 2024
@yanliang567
Copy link
Contributor

@arademaker it seems the error msg happened before milvus api calling. could you please try to run the cmd below:
ulimit -n 10240
also we searched the error msg and found a similar issue for your reference.

/assign @arademaker
/unassign

@yanliang567 yanliang567 added help wanted Extra attention is needed and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 29, 2024
Copy link

stale bot commented Dec 30, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Issues or changes related a bug stale indicates no udpates for 30 days
Projects
None yet
Development

No branches or pull requests

2 participants