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

Docker container can't run initdb SQL scripts #38

Closed
zliang-min opened this issue Sep 6, 2023 · 1 comment · Fixed by #39
Closed

Docker container can't run initdb SQL scripts #38

zliang-min opened this issue Sep 6, 2023 · 1 comment · Fixed by #39
Assignees
Labels
bug Something isn't working

Comments

@zliang-min
Copy link
Collaborator

Describe what's wrong

When the proton container starts, it's supposed to run the scripts in the /docker-entrypoint-initdb.d folder. However, it will report error:

Code: 209. DB::NetException: Timeout: connect timed out: 128.0.0.1:8463 (128.0.0.1:8463, receive timeout 0 ms, send timeout 0 ms). (SOCKET_TIMEOUT)

How to reproduce

When run the proton container, mounts some valid SQL scripts under /docker-entrypoint-initdb.d .

Error message and/or stacktrace

Code: 209. DB::NetException: Timeout: connect timed out: 128.0.0.1:8463 (128.0.0.1:8463, receive timeout 0 ms, send timeout 0 ms). (SOCKET_TIMEOUT)

Additional context

@jovezhong
Copy link
Contributor

(Jove Github Bot) added it to the current sprint.

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

Successfully merging a pull request may close this issue.

2 participants