mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

Client_loop disconnect when loading data #532

Open mmendiratta27 opened 4 months ago

mmendiratta27 commented 4 months ago

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?

mikeizbicki commented 4 months ago

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.