Skip to content

Commit d265f0b

Browse files
gooohgbLiharshil-goel
authored
fix(core): remove duplicate call for remove cache (#9432)
Co-authored-by: Li <lix6@legal.regn.net> Co-authored-by: Harshil Goel <54325286+harshil-goel@users.noreply.github.com>
1 parent 1f8131c commit d265f0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posting/mvcc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ func (ir *incrRollupi) rollUpKey(writer *TxnWriter, key []byte) error {
120120
}
121121

122122
RemoveCacheFor(key)
123-
memoryLayer.del(key)
124123
// TODO Update cache with rolled up results
125124
// If we do a rollup, we typically won't need to update the key in cache.
126125
// The only caveat is that the key written by rollup would be written at +1

0 commit comments

Comments
 (0)