Skip to content

fix(replay): prefetch stakes from inc snapshot #4771

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

Closed
wants to merge 1 commit into from

Conversation

lidatong
Copy link
Member

No description provided.

@lidatong lidatong marked this pull request as draft April 10, 2025 18:50
@@ -2069,6 +2067,7 @@ read_snapshot( void * _ctx,
TODO: If prefetching the manifest is enabled it leads to
incorrect snapshot loads. This needs to be looked into. */
if( strlen( incremental )>0UL ) {
FD_LOG_NOTICE(( "PREFETCHING" ));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove?

@@ -3349,6 +3350,7 @@ unprivileged_init( fd_topo_t * topo,
FD_LOG_ERR(( "failed to join and create exec slice deque" ));
}

__asm__("int $3");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove?

@lidatong lidatong closed this Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants