linera-protocol icon indicating copy to clipboard operation
linera-protocol copied to clipboard

When frontend send bad query (with unexpected parameters) to service, the service seems hang and frontend won't get response anymore

Open kikakkz opened this issue 10 months ago • 10 comments

Description We're porting ResPeer frontend to Linera SDK v0.10.0. Due to the query pattern is modified a lot in v0.10.0, so our old code send old pattern to node service. At that time, when we try to query again, the node service seems hang and we cannot get response anymore.

Result

  • It's OK to access node service and application page, but will stuck for query.
  • Restart service won't recover, we have to deploy new cluster

Note Currently I just notice that happen when we run old frontend code which will send old query pattern, but don't get any other clue, and we don't get any error log.

Screenshot image

Version v0.10.0

kikakkz avatar Mar 31 '24 04:03 kikakkz