--
You received this message because you are subscribed to the Google Groups "seastar-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seastar-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seastar-dev/Z4PE4w3Oah2oCC2u%40scylladb.com.
On Tue, Jan 14, 2025 at 09:59:56PM +0100, Tomasz Grabiec wrote:
> Looks good, but the unit test is missing.
>
That's not easy to write a reliable reproducer without error injection
which, iirc, we do not have in seastar. Without error injection the problem
only happens in debug mode since continuation re-ordering is needed to
hit it and even then it was very rare in the scylladb reproducer that we
have.