Files
scylladb/sstables
Raphael S. Carvalho 6dcf136702 sstables: enable trim_to_size option of compressed_file_output_stream
Following Nadav's discovery of the problem with large writes to output stream,
it turns out that compressed_file_output_stream also needs the option trim_to_
size enabled. Otherwise, a write to compressed_file_output_stream larger than
_size would result in a buffer larger than chunk size being flushed, which is
definitely wrong.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
Reviewed-by: Nadav Har'El <nyh@cloudius-systems.com>
2015-06-28 19:57:07 +03:00
..
2015-06-08 01:47:11 +03:00
2015-06-22 11:13:42 -04:00
2015-06-03 10:55:34 +03:00
2015-06-03 10:55:34 +03:00
2015-06-23 09:48:58 +03:00