Skip to content

Commit fbb069f

Browse files
bootjpCopilot
andauthored
Update store/lsm_store.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8528913 commit fbb069f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/lsm_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ func (s *pebbleStore) LastCommitTS() uint64 {
312312
func (s *pebbleStore) MinRetainedTS() uint64 {
313313
s.mtx.RLock()
314314
defer s.mtx.RUnlock()
315-
return s.effectiveMinRetainedTSLocked()
315+
return s.minRetainedTS
316316
}
317317

318318
func (s *pebbleStore) effectiveMinRetainedTSLocked() uint64 {

0 commit comments

Comments
 (0)