scratchfoundation / scratch-flash

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://scratch.mit.edu
GNU General Public License v2.0
1.33k stars 512 forks source link

[cloud] Cloud logs are down #1316

Closed TheLogFather closed 7 years ago

TheLogFather commented 7 years ago

I'm getting "no Cloud data activity" at the moment, for all projects I've looked at. (Even though I can see cloud is being updated for the projects.)

TheLogFather commented 7 years ago

Cloud logs still showing as empty... [bump, I guess]

thisandagain commented 7 years ago

/cc @colbygk @rschamp

colbygk commented 7 years ago

Checking on the monitor host:

Normal indicators looked green

Examining the elasticsearch logs

There are loads of shard errors, with what appear to be filesystem level I/O read errors. Steps taken: 1) Unmounted the /var/lib/elasticsearch filesystem (/dev/sdb1) fsck -y /dev/sdb1 Lots and lots and lots of correctable errors reported. 2) Remounted /var/lib/elasticsearch 3) New errors showed up, and, filesystem went read-only as soon as any writes occurred (from CLI operations, elasticsearch never went green/did not initialize shard properly) 4) /dev/sdb1 is a RAID10, 4 x 111GB Intel SSDs (donated several years before)

Time to onset of heavier than normal load on the host appears to corrispond with power interruption on June 1-2nd.

Went to https://scratch.mit.edu/cloudmonitor/<projectid>/ and confirmed that cloud data logging working again...