You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prod release recently done filed in production. It highlighted three issues:
Coordinator logging is incomplete. Many actions are somehow not being logged.
Block Streamer ran out of memory.
Runner most likely also ran out of memory, though we couldn't see any explicit logs related to that. But, the machine was inaccesible through ssh.
The Prod Release was directly responsible for the third one. It inexplicably increased memory usage by Runner by A LOT. It needs to be investigated what change is causing this problem.
The first two are unrelated to the prod release. We've beefed up the Block Streamer machine for now.