It looks like the .bin files left in directory for the Distributed table are not getting touched at all?
Picking some at random with a file time of 0000 GMT today (19 hours ago),
-rw-r----- 1 root root 205332 Jan 12 00:00 6350.bin
they do not appear as processed in the log:
grep '/6350.bin`' clickhouse-server.log
... returns nothing for the current date/
When that same filename was part of a previous load yesterday, I see it being processed:
2018.01.11 19:27:43.243860 [ 107 ] <Trace> cds.Distributed.DirectoryMonitor: Started processing `/localdata2/ch/data/logstore/cds/default@209%2E197%2E7%2E135:9000/6350.bin`
2018.01.11 19:27:43.516764 [ 107 ] <Trace> cds.Distributed.DirectoryMonitor: Finished processing `/localdata2/ch/data/logstore/cds/default@209%2E197%2E7%2E135:9000/6350.bin`
Is there anything else I can look at to diagnose?