Skip to content

Commit d265f0b

Browse files
gooohgbLiHarshil Goel
authored
fix(core): remove duplicate call for remove cache (#9432)
Co-authored-by: Li <[email protected]> Co-authored-by: Harshil Goel <[email protected]>
1 parent 1f8131c commit d265f0b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)