ClickHouse/src/Storages/Distributed
Azat Khuzhin 109dbe5df4 Check the stream before sending while hanlding async INSERTs into Distributed
It is possible to get corruption (even though it is very unlikely, and
initially it wasn't corruption) just before the data block goes in the
file on disk, and in case of batching, it will break the packets, since
it will write the packet type but will not write any data after.
2021-01-22 21:29:58 +03:00
..
DirectoryMonitor.cpp Check the stream before sending while hanlding async INSERTs into Distributed 2021-01-22 21:29:58 +03:00
DirectoryMonitor.h Do not mark file for distributed send as broken on EOF 2021-01-20 01:10:17 +03:00
DistributedBlockOutputStream.cpp DistributedBlockOutputStream: add more comments 2021-01-17 12:50:37 +03:00
DistributedBlockOutputStream.h Distributed insertion to one random shard (#18294) 2020-12-23 19:04:05 +03:00
DistributedSettings.cpp Add fsync support for Distributed engine. 2021-01-09 11:31:32 +03:00
DistributedSettings.h Rename fsync_tmp_directory to fsync_directories for Distributed engine 2021-01-09 17:51:30 +03:00