Skip to content
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

Feature - disable account loader special case #3548

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Nov 8, 2024

Problem

This "optimization" actually costs us performance, see Discord discussion.

Summary of Changes

Adds a feature gate to remove the "optimization".

Feature Gate Issue: #3513

@Lichtso Lichtso added the v2.1 Backport to v2.1 branch label Nov 8, 2024
Copy link

mergify bot commented Nov 8, 2024

Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis.

@Lichtso Lichtso requested a review from 2501babe November 8, 2024 17:40
@Lichtso Lichtso added the automerge automerge Merge this Pull Request automatically once CI passes label Nov 8, 2024
@mergify mergify bot merged commit f0d7e4f into anza-xyz:master Nov 8, 2024
52 checks passed
mergify bot pushed a commit that referenced this pull request Nov 8, 2024
Feature gate disable_account_loader_special_case.

(cherry picked from commit f0d7e4f)

# Conflicts:
#	sdk/feature-set/src/lib.rs
@Lichtso Lichtso deleted the feature/disable_account_loader_special_case_on_master branch November 8, 2024 19:16
Lichtso added a commit that referenced this pull request Nov 8, 2024
Feature gate disable_account_loader_special_case.

(cherry picked from commit f0d7e4f)
Lichtso added a commit that referenced this pull request Nov 8, 2024
Feature gate disable_account_loader_special_case.

(cherry picked from commit f0d7e4f)
Lichtso added a commit that referenced this pull request Nov 11, 2024
… (#3552)

Feature - disable account loader special case (#3548)

Feature gate disable_account_loader_special_case.

(cherry picked from commit f0d7e4f)

Co-authored-by: Alexander Meißner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge automerge Merge this Pull Request automatically once CI passes v2.1 Backport to v2.1 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants