cmc-csci143 icon indicating copy to clipboard operation
cmc-csci143 copied to clipboard

Client_loop disconnect when loading data

Open mmendiratta27 opened this issue 1 year ago • 1 comments

I have been trying to load in the data for the indexes assignment, but have disconnected from the lambda server multiple times with the message client_loop: send disconnect: Broken pipe. This usually happens after a few hours of running the code, and I have prevented my computer from "sleeping" while it's running.

Is the load on the server too high currently, or are there some steps I should take to prevent this from happening?

mmendiratta27 avatar Apr 26 '24 18:04 mmendiratta27

The Broken pipe error message typically occurs due to your computer being disconnected from the internet for some reason (often the wifi cuts out for a minute). So this is most likely not a problem with the load on the lambda server.

mikeizbicki avatar Apr 26 '24 19:04 mikeizbicki