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]: unable to connect to es01 cluster #232

Closed
1 task
sherlock30 opened this issue Apr 4, 2024 · 2 comments
Closed
1 task

[Bug]: unable to connect to es01 cluster #232

sherlock30 opened this issue Apr 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sherlock30
Copy link

sherlock30 commented Apr 4, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

7def208

Other environment information

No response

Actual behavior

tail -f -n 100 logs/rag/es.log

Elasticsearch version: (8, 12, 1)
Fail to connect to es: Connection error caused by: ConnectionError(Connection error caused by: NameResolutionError(<urllib3.connection.HTTPConnection object at 0x7ffa7bbce100>: Failed to resolve 'es01' ([Errno -3] Temporary failure in name resolution)))
Fail to connect to es: Connection error caused by: ConnectionError(Connection error caused by: NameResolutionError(<urllib3.connection.HTTPConnection object at 0x7ffa7bbce790>: Failed to resolve 'es01' ([Errno -3] Temporary failure in name resolution)))

Expected behavior

No response

Steps to reproduce

After running the docker

Additional information

No response

@sherlock30 sherlock30 added the bug Something isn't working label Apr 4, 2024
@KevinHuSh
Copy link
Collaborator

check the ES container status using
docker ps

there should be ragflow-es-01.

Please refer this part of README.md to setup your system
image

@sherlock30
Copy link
Author

I have already assigned the virtual memory to es container as 262144.
After following the documentation, I came across this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants