Closed havok2063 closed 3 years ago
It looks like it eventually finished but it took away longer than when the code reported it was done. Almost 20 minutes. This time an error was displayed in one of the stream logs. And I noticed that the other logs eventually displayed the sent
stream statistics. So maybe this means that the code isn't exactly waiting until the files are downloaded before reporting DONE.
rsync error: timeout in data send/receive (code 30) at io.c(200) [sender=3.0.6]
rsync: connection unexpectedly closed (47763908 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [receiver=3.1.2]
rsync: connection unexpectedly closed (368 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [generator=3.1.2]
The multiple streams are parallel processes, so it is supposed to wait for the last stream to complete. I will try to understand how it could be broken (i.e sometimes it waits but not always?).
Not sure this is relevant anymore. Closing this for now. If it comes up again, we can open a new issue.
Description sdss_access sometimes downloads the data and sometimes it does not. I am trying to download all files for 7443-12703 for DR15. It says everything finished ok but it only created the empty folder structure. No files are present.
I checked the log files in the
/tmp/sdss_access/
directory. There are no errors and the logs indicate everything is fine.Here is an example task
Expected Behaviour The files are downloaded
Steps To Recreate
Additional Context I previously ran this same set of code for 8485-1901 and it ran fine.