-
Notifications
You must be signed in to change notification settings - Fork 216
TransientException: RpcBufferedReader only managed to read 0 out of 4 bytes #217
Comments
I should also mention, I'm using different library versions then what Inviso has out of the box. My requirements.txt: argparse==1.2.1 |
We recently also had some "RpcBufferedReader only managed to read" errors, and I wanted to make a note here with our suspicions. Hopefully these notes will prove useful to someone at some point. We had never seen this error before, through several years of using snakebite. However, when it came up last week-end, it appeared to be related to using snakebite to download incredibly massive files from HDFS. We had always used it before to get maybe 10 GB files, but then someone tried grabbing some files of maybe 150 GB or so, and we saw this error, but only sometimes... Very strange and intermittent. Looks like this kind of bug will not be easy to track down. |
Looks similar to #169, but a few things I should mention:
I've looked on my namenode log files and haven't seen any red flags.
The text was updated successfully, but these errors were encountered: