I've been seeing commit logs grow much much larger than the actual data under 2.0.5, even after flushing and draining a node. Especially so on the node doing bulk data loads. I've been doing intermittent drain/shutdown/delete commit logs to keep things in check.
I suspect a either a bug, or a non intuitive timing related to the lifetime of these files is not what I expect. (What is the log if of keeping these files after a drain anyway?) ______________________________ Sent from iPhone > On 27 Feb 2014, at 2:18 am, Christopher Wirt <chris.w...@struq.com> wrote: > > We’re running 2.0.5, recently upgraded from 1.2.14. > > Sometimes we are seeing CommitLogs starting to build up. > > Is this a potential bug? Or a symptom of something else we can easily address? > > We have > commitlog_sync: periodic > commitlog_sync_period_in_ms:10000 > commitlog_segment_size_in_mb: 512 > > > Thanks, > Chris