ClickHouse/src/Storages/Distributed
Azat Khuzhin 0157fd5d93 Fix distributed send that are scheduled by INSERT query
Before this patch each INSERT query re-schedule distributed send, thus
each time it resets the timer, while this is not the expected behaviour,
since in on frequent INSERT distributed sends will not be triggered at
all.

Fix this by not resetting the timer.
2020-05-03 14:46:42 +03:00
..
DirectoryMonitor.cpp Fix distributed send that are scheduled by INSERT query 2020-05-03 14:46:42 +03:00
DirectoryMonitor.h Drop decreated code (cond var and note for thread) in DirectoryMonitor 2020-05-03 14:46:41 +03:00
DistributedBlockOutputStream.cpp Make createSelector() static (in storage) and const (in stream) 2020-05-01 11:31:05 +03:00
DistributedBlockOutputStream.h Make createSelector() static (in storage) and const (in stream) 2020-05-01 11:31:05 +03:00