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

dolt clone command only output is the word 'Killed' #5405

Closed
dcritchfield-threekit opened this issue Feb 22, 2023 · 4 comments
Closed

dolt clone command only output is the word 'Killed' #5405

dcritchfield-threekit opened this issue Feb 22, 2023 · 4 comments

Comments

@dcritchfield-threekit
Copy link

When trying to clone a large database from a GCS bucket into a pod that has a smaller persistent volume mounted than the bucket size, the clone command hangs with no output until the process eventually outputs the word "Killed" and does not proceed with any download. No other error information is printed.

@dcritchfield-threekit dcritchfield-threekit changed the title dolt clone command only output is the work 'Killed' dolt clone command only output is the word 'Killed' Feb 22, 2023
@timsehn timsehn added bug Something isn't working cli labels Feb 22, 2023
@timsehn
Copy link
Contributor

timsehn commented Feb 22, 2023

This could be related to #5405

@timsehn
Copy link
Contributor

timsehn commented Feb 22, 2023

Customer reports this is on a fresh deployment so unlikely related to #5405.

@timsehn
Copy link
Contributor

timsehn commented Feb 22, 2023

@reltuk reports that this is an OOM on the receiver host. The receiver host needs to have enough memory to load the dolt database to clone it. This is about 10% of the database size.

The GCS clone code does a download and loads the database before ever printing anything. We should probably make that more use friendly.

@timsehn
Copy link
Contributor

timsehn commented Apr 15, 2024

Going to resolve as we can't control what the OS does when it OOMs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants