mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
When call to marshall fails with an exception the exception future is stored in dst.out_ready(). During next send sent future will not be signaled because marshall() will never be called. Fix that by moving sent future signaling to consider dst.out_ready() state too.