You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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.
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.
The text was updated successfully, but these errors were encountered: