Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenbin1002 committed Jul 2, 2024
1 parent 4314192 commit 0e4f618
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/vm/engine/tae/model/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ func (table *TransferTable[T]) prepareTTL() (mem, disk []*common.PinnedItem[T])
disk = append(disk, page)
}
}
for _, page := range table.deletedPages {
disk = append(disk, page)
}
disk = append(disk, table.deletedPages...)
table.RUnlock()
table.Lock()
defer table.Unlock()
Expand Down

0 comments on commit 0e4f618

Please sign in to comment.