-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Removes cap_accounts_data_allocations_per_transaction featurization #33754
Removes cap_accounts_data_allocations_per_transaction featurization #33754
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33754 +/- ##
=======================================
Coverage 81.8% 81.8%
=======================================
Files 806 806
Lines 217905 217893 -12
=======================================
+ Hits 178278 178324 +46
+ Misses 39627 39569 -58 |
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.
lgtm
&& !invoke_context | ||
.feature_set | ||
.is_active(&cap_accounts_data_allocations_per_transaction::id())) | ||
|| (status == MAX_INSTRUCTION_TRACE_LENGTH_EXCEEDED |
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.
ideally don't combine feature gate logic with other logic to make these removal diffs cleaner
4efc6af
to
5859609
Compare
Rebased and force-pushed to resolve a merge conflict. No actual code changes. |
Problem
Now that the
cap_accounts_data_allocations_per_transaction
feature-gate has been enabled on all clusters, its code can be removed.Summary of Changes
Remove the code for the feature-gate.
Fixes #27375
Feature Gate Issue: #27375