Sveinn ( keyb1nd )
Sveinn ( keyb1nd )
Actually, this functionality already exists in the configurable error callback. ``` func main() { err := godirwalk.Walk(os.Args[1], &godirwalk.Options{ Callback: func(osPathname string, info *godirwalk.Dirent) error { log.Println("trying:", osPathname) if info.IsDir() {...
This seems like a network error? are there any other logs that might indicate otherwise ?
Interesting, I will take a look in a few days when I do the refactor of our vpn service. Thanks!
@drama17 I suspect this might be GCP timeouts/limits. mc cp is being used daily to my quite a large number of files, even with this size and we are not...
Can you run the command again like this: mc cp --json --debug source target > out.log if the log is too big to paste here then please upload it to...
hmm, might be that --debug is allocating the debug logs without de-allocating. I'll have a look at that. I will also look into adding the connection deadline parameters to the...
Noted, I've linked to this issue for when I look into this.
I did some testing for the deadlines. I transferred a 5gb file with an upload limit of 1KiB and added logs for read/write ops. Even running at 1KiB and the...
It seems like the google cloud endpoint is behaving badly, either it's severing your connection after a while or it's returning an invalid bucket name during a stat/list command. You...
I'll add this to my list, got a couple of things to take care of first though