-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
(ignore) #11295
(ignore) #11295
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
c38c619
to
d177cc6
Compare
fb8ef7c
to
a6d6f03
Compare
d177cc6
to
b745f5c
Compare
a6d6f03
to
72c1a46
Compare
b745f5c
to
690c116
Compare
72c1a46
to
7bd7f4b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 1210-alden-ephemeral-bytes-fee #11295 +/- ##
=================================================================
Coverage ? 68.0%
=================================================================
Files ? 764
Lines ? 177262
Branches ? 0
=================================================================
Hits ? 120707
Misses ? 56555
Partials ? 0 ☔ View full report in Codecov by Sentry. |
690c116
to
4afcf64
Compare
7bd7f4b
to
240fced
Compare
4afcf64
to
ba94712
Compare
240fced
to
536a601
Compare
ba94712
to
7c75a2b
Compare
536a601
to
80a8d34
Compare
7c75a2b
to
7a33a9a
Compare
80a8d34
to
86b1859
Compare
7a33a9a
to
d2eb0c4
Compare
86b1859
to
61f9249
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still need to look at the full PR, but this needs to be fixed:
// FIXME(aldenhu): confirm this is correct | ||
unreachable!("No metadata for delayed field changes") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are iterating over all writes, this is definitely reachable - that's why it was an option?
"InPlaceDelayedFieldChange" means we are doing a write to that state item, it is just that only write is from Aggregator inside it, there are no other updates.
and so the actual io write needs to be charged, it's just that state will stay the same size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, made the change to let InPlaceDelayedFieldChange
carry the metadata as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
folded commit to parent PR.
d2eb0c4
to
c8e4446
Compare
61f9249
to
88147e9
Compare
c8e4446
to
71b8196
Compare
88147e9
to
322bbde
Compare
71b8196
to
ea5a34b
Compare
322bbde
to
c4b05ab
Compare
ea5a34b
to
5d4a279
Compare
c4b05ab
to
1b3b1a3
Compare
5d4a279
to
0d506a1
Compare
1b3b1a3
to
41a150d
Compare
0d506a1
to
ccd4296
Compare
8d6ff66
to
f07a5b9
Compare
So that the bytes deposit can be tracked as soon as possible
ccd4296
to
d2fd5e9
Compare
f07a5b9
to
b67a05b
Compare
b67a05b
into
1210-alden-ephemeral-bytes-fee
Description
Test Plan