"vscode:/vscode.git/clone" did not exist on "9d89e99c9946ab199d295db6faa1953252d7b80c"
fixed a deadlock caused by too much finished processes in queue so that I/O...
fixed a deadlock caused by too much finished processes in queue so that I/O clients writing to the wirte side of the pipe used to awake the main thread where blocking. Then a BGSAVE started waiting for the last active thread to finish, condition impossible because all the I/O threads where blocking on threads. Takes this as a note to myself...
Please register or sign in to comment