chore: update tarantool-sys to include fixes to log_destroy
Previously, log_destroy would close log->fd even if it's one of the standard streams. This behavior almost never makes sense, unless one's trying to write a unix daemon which is obviously not the case. Closing stderr has the following side effects: - it breaks a reinit of the default logger; - it inhibits ASan's final leak report; - it causes a EPOLLHUP during a restart via `--entrypoint-fd` (Picodata).
parent
302c23c2
No related branches found
No related tags found
Pipeline #56701 failed
Stage: build-base-image
Stage: test
Stage: pack
Stage: docker
Stage: stress-test
Stage: deploy
Please register or sign in to comment