-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix transfer page bornts #17729
fix transfer page bornts #17729
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #17728
What this PR does / why we need it:
The bornTs of transfer pages of the same object should be the same
PR Type
Bug fix
Description
bornTs
timestamp for transfer pages to ensure they are the same for the same object.BornTS
for pages after writing them in bothflushTableTail
andmergeObjects
.Changes walkthrough 📝
flushTableTail.go
Ensure consistent `bornTs` for transfer pages in flushTableTail
pkg/vm/engine/tae/tables/txnentries/flushTableTail.go
bornTs
timestamp for transfer pages.BornTS
for pages after writing them.mergeobjects.go
Ensure consistent `bornTs` for transfer pages in mergeObjects
pkg/vm/engine/tae/tables/txnentries/mergeobjects.go
bornTs
timestamp for transfer pages.BornTS
for pages after writing them.