Fix rebase

pull/10616/head
Edd Robinson 2018-11-30 12:31:49 +00:00
parent 93892c20ab
commit de491968ba
1 changed files with 0 additions and 1 deletions

View File

@ -1161,7 +1161,6 @@ func (t *compactionTracker) SetOptimiseQueue(length uint64) { t.SetQueue(4, leng
// SetFullQueue sets the queue depth for Full compactions.
func (t *compactionTracker) SetFullQueue(length uint64) { t.SetQueue(5, length) }
>>>>>>> Convert TSM compaction stats to Prom metrics
// WriteSnapshot will snapshot the cache and write a new TSM file with its contents, releasing the snapshot when done.
func (e *Engine) WriteSnapshot() error {
// Lock and grab the cache snapshot along with all the closed WAL