pull/10021/head
chenjian.cj 2018-07-01 19:57:16 +08:00
parent 97a76e6bdb
commit 983a92323f
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ func (p *SeriesPartition) EnableCompactions() {
if p.compactionsEnabled() {
return
}
p.compactionsDisabled++
p.compactionsDisabled--
}
func (p *SeriesPartition) compactionsEnabled() bool {