stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Intermittent slow RPC performance

Open CharlieC3 opened this issue 1 year ago • 0 comments

Describe the bug When running 2.5.0.0.4, the RPC server takes longer than expected to respond to HTTP GET requests. This seems to affect any endpoint (including simple ones like /v2/info). Screenshot 2024-06-28 at 10 21 38 AM

During times when this issue is observed, the response times for these endpoints can be over 10 seconds long, however most requests are still served quickly.

Additionally, it seems the CPU and network usage patterns have changed with the 2.5.0.0.4 release, which seems to be related: Screenshot 2024-06-28 at 10 21 52 AM Screenshot 2024-06-28 at 10 22 18 AM

Steps To Reproduce

  1. Deploy a mainnet stacks node
  2. Write a script to occasionally hit some endpoints and record the time to respond.

CharlieC3 avatar Jul 01 '24 14:07 CharlieC3