Open vladzcloudius opened 5 years ago
I believe @pwrobelse fixed this recently.
I believe @pwrobelse fixed this recently.
The log seems to indicate, that the problem is related to closing the file - not to io-depth underflow:
iotune: /home/vladz/scylla/seastar/src/core/reactor.cc:2631: virtual seastar::append_challenged_posix_file_impl::~append_challenged_posix_file_impl(): Assertion `_closing_state == state::closed' failed.
My PR fixed only per-shard io-depth underflow.
As far as I remember @xemul fixed an issue related to calling close on the file that was not opened. @xemul: is the following problem similar to the one, that PR#1623 fixed?
@xemul: is the following problem similar to the one, that https://github.com/scylladb/seastar/pull/1623 fixed?
No, that's different. But append-challenged-posix-file had changed a lot since 2019, I think it's better to close this issue and get back if it happens again
Scylla version:
666.development-0.20190909.301246f6c
VM: GCE instance with a locally attached NVMe drive.