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
I have a semi-large file, ~450 lines and 17k which sent silverbullet into 100% cpu when editing.
It might be the same issue as #1010, but I'm not sure.
I'm running nginx in front as well, all in kubernets as containers.
I was experimenting with editing the file by restarting the silverbullet container when it had locked up.
All the sudden, I noticed that my note had changed, it got replaced by the text
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
Here are the logs from nginx when the file was overwritten
I can't find anything interesting in the silverbullet log..
Any way this can be preventable? Overwriting a note by an error message should not happen. I guess in this case that the client have received the error, and written it because it's the "new" version of the file. But if the file received does not have a 200 status-code, maybe it should just pop an error saying "problems receiving" file? What do you think?
The text was updated successfully, but these errors were encountered:
I have a semi-large file, ~450 lines and 17k which sent silverbullet into 100% cpu when editing.
It might be the same issue as #1010, but I'm not sure.
I'm running nginx in front as well, all in kubernets as containers.
I was experimenting with editing the file by restarting the silverbullet container when it had locked up.
All the sudden, I noticed that my note had changed, it got replaced by the text
Here are the logs from nginx when the file was overwritten
I can't find anything interesting in the silverbullet log..
Any way this can be preventable? Overwriting a note by an error message should not happen. I guess in this case that the client have received the error, and written it because it's the "new" version of the file. But if the file received does not have a 200 status-code, maybe it should just pop an error saying "problems receiving" file? What do you think?
The text was updated successfully, but these errors were encountered: