mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
When a piece is uploaded it's first flushed, then upload-copy is issued. Both happen in the background and if piece flush calls resolves with exception the exception remains unhandled. That's OK, since upload finalization code checks that some pieces didn't complete (for whatever reason) and fails the whole uploading, however, the ignored exception is reported in logs. Not nice. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#15491