-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
We're running into a flaky issue where using fsspec to upload data to WebHDFS is uploading 0 bytes. Printing the contents of the file before and after fs.put_file() confirms that the file on disk is non-empty. I have also found that this line is returning an empty string on the first (and only) iteration of the loop:
filesystem_spec/fsspec/spec.py
Line 813 in b45ae3e
| data = f1.read(self.blocksize) |
This is happening in CI (Circle CI), so resource/disk constraints is not out of the question, but it's very odd that I can read the file before and after. Let me know what other information would be helpful to debug and I can try to get those to you.
Metadata
Metadata
Assignees
Labels
No labels