Maor Friedman
Maor Friedman
cain uses skbn to do the actual copy. Take a look at https://github.com/nuvo/skbn/blob/master/README.md#aws
Can you paste the full output? What you describe makes sense and we'll need to add a fix for that (PR is welcome!)
Could this be that these are large files? Can you check in k8s if the file size changes during the copy?
Lets try to narrow this down. Can you try to do a copy from minio to k8s using skbn?
These routines are running concurrently, allowing copy to be done using a pipe. This has to be 2 goroutines...
See nuvo/skbn#3 for details
Probably in download. Can you try the same again, but with a file that gets stuck?
If minio is a pod in the cluster, you can try treating it as k8s://... Give it a shot, as a work around :)
I want to assume this is an issue with minio, but can't verify at this time...
Hey Alex, It seems that the restore process tried to restore in to itself. Try doing the same, but run the restore pod with different labels from the cassandra pod....