ain icon indicating copy to clipboard operation
ain copied to clipboard

RPC requests -> Node stops syncing

Open nico89-exp opened this issue 2 years ago • 2 comments

Hello,

I'm using Defichain since several months in form of a Definode (https://github.com/DefiNode/DeFiNode).

Since the update to 2.9.0 and then 2.9.1 the wallet interface via RPC is not working anymore. The node stops syncing (no more UpdateTips coming in) and I receive

WARNING: request rejected because http work queue depth exceeded, it can be increased with the -rpcworkqueue= setting

error messages. Chaging the mentioned setting actually doesn't change anything.

I tried a complete reinstall with fresh compilation of node and wallet -> no change.

Best, Nico

nico89-exp avatar Jul 07 '22 13:07 nico89-exp

@nico89-exp: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details

I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.

defichain-bot avatar Jul 07 '22 13:07 defichain-bot

Seems to be connected to #1211. When a "history" tab is called the node crashes and I guess RPC calls start to pile up until the overflow. As long as no "history" tab is called it seems to work.

nico89-exp avatar Jul 21 '22 16:07 nico89-exp