-
Notifications
You must be signed in to change notification settings - Fork 562
Problem: slow queries can slow down consensus state machine #1007
Comments
cosmos/cosmos-sdk#10997 |
This issue is stale because it has been open 45 days with no activity. Remove |
it seems concurrent grpc gatewy is solved by this PR?
|
Yeah, but ethermint json-rpc don't use the grpc apis directly, but through the abci client |
I think the cosmos-sdk pr of using gRPC for queries got stuck because there is race condition in state, so maybe the possible solution is to add |
This issue is stale because it has been open 45 days with no activity. Remove |
Proposal: Make the query runs concurrently with the consensus state machine
Current behavior: slow queries can block consensus execution and cause the node to lag behind,
Desired behavior: Query should be handled concurrently with consensus.
Use case:
Fix the lag behind issue in RPC nodes.
The text was updated successfully, but these errors were encountered: