Fix golint issue (#9800)

Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
pull/9798/head
Hu Shuai 4 years ago committed by GitHub
parent 7d5abdcf22
commit eb43437d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      storage/remote/queue_manager.go

@ -670,7 +670,8 @@ func (t *QueueManager) StoreSeries(series []record.RefSeries, index int) {
}
}
// Update the segment number held against the series, so we can trim older ones in SeriesReset.
// UpdateSeriesSegment updates the segment number held against the series,
// so we can trim older ones in SeriesReset.
func (t *QueueManager) UpdateSeriesSegment(series []record.RefSeries, index int) {
t.seriesSegmentMtx.Lock()
defer t.seriesSegmentMtx.Unlock()

Loading…
Cancel
Save