hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Rest API redis error: wrong number of arguments for 'mget' command #8587

Closed xin-hedera closed 3 months ago

xin-hedera commented 3 months ago

Description

It appears the following redis error happens quite frequently in testnet:

2024-06-18T19:40:31.232Z WARN e2b77dc8 Redis error during mget: ERR wrong number of arguments for 'mget' command
2024-06-18T19:40:31.233Z WARN e2b77dc8 x.x.x.x GET /api/v1/accounts/0.0.5897416?&limit=999 in 40 ms: 404 Not found NotFoundError Not found

Note the second line should be the request which led to the redis error.

Steps to reproduce

check the Rest API log

Additional context

No response

Hedera network

testnet

Version

v0.107.1

Operating system

None