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

GRPC multiplexer is being restarted every minute #323

Open
0x6c23 opened this issue Feb 10, 2024 · 4 comments
Open

GRPC multiplexer is being restarted every minute #323

0x6c23 opened this issue Feb 10, 2024 · 4 comments

Comments

@0x6c23
Copy link

0x6c23 commented Feb 10, 2024

Issue

Commit 38da1ed#diff-a9e69238f436ea544a4f20f1652a3257084e784a8733386c49c1a6a777dfa5b5L171 renamed cleanup_without_recv_blocks to cleanup_without_recv_full_blocks in cluster-endpoints/src/grpc_multiplex.rs (fn create_grpc_multiplex_blocks_subscription()), but it also removed cleanup_without_recv_blocks = 0; from the processed_block_reciever, so now every minute the multiplexer is being restarted. I don't think this is intended behavior.

Proposed solution

Add cleanup_without_recv_full_blocks = 0; to the beginning of processed_block_reciever

@godmodegalactus
Copy link
Collaborator

This issue should be fixed by now.

@Estereg
Copy link

Estereg commented Mar 23, 2024

I'm still the same and I don't know how to solve it, I have everything updated absolutely everything.
2024-03-23T00:31:50.291861Z ERROR lite_rpc::rpc_tester: RPC seems down
2024-03-23T00:32:00.274130Z ERROR solana_lite_rpc_cluster_endpoints::grpc_multiplex: block or block info geyser stream stopped - restarting multiplexer (13-13-13)
2024-03-23T00:32:45.309465Z ERROR lite_rpc::rpc_tester: RPC seems down
2024-03-23T00:33:06.777954Z ERROR solana_lite_rpc_cluster_endpoints::grpc_multiplex: block or block info geyser stream stopped - restarting multiplexer (13-13-13)

@godmodegalactus
Copy link
Collaborator

which geyser grpc plugin are you using, we have also made a bug fix to solve grpc lagging issues.

@Pantoria
Copy link

I have the same issue. I am using yellowstone grpc

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

No branches or pull requests

4 participants