mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
0157fd5d93
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. |
||
---|---|---|
.. | ||
DirectoryMonitor.cpp | ||
DirectoryMonitor.h | ||
DistributedBlockOutputStream.cpp | ||
DistributedBlockOutputStream.h |