mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

Makedrive enters an endless loop crash cycle #460

Closed k88hudson closed 9 years ago

k88hudson commented 9 years ago

An error on our login server caused a bad cookie to be sent during a connection attempt, after which makedrive entered the following state:

Client logs: k88mac 2x_2014-11-05_at_3 18 18_pm

The client continued to throw these errors in an endless loop

Heroku logs: k88mac 2x_2014-11-05_at_4 22 51_pm

This continued after a refresh/clearing indexedDB/clearing cookies.

Restarting the makedrive server fixed the issue.

humphd commented 9 years ago

From the server logs, it looks like Redis is tapped out and won't take more connections. I did a PR today that fixed our Redis clean-up code, which might help with this.

alicoding commented 9 years ago

I don't see this error anymore, so I'm going to close this.