yinqiwen / ardb

A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
BSD 3-Clause "New" or "Revised" License
1.83k stars 278 forks source link

warnings on bulk PFCOUNT #458

Open refaelos opened 5 years ago

refaelos commented 5 years ago

Hey,

I'm pushing a lot of data into ardb by piping files with commands in Redis Protocol (RESP).

I get a lot of warnings like: WARN Invalid merge op which decode faild for key

What does it mean?

kochol commented 4 years ago

I get the same warning when testing with redis-benchmark tool and set -n to 100000 or more. Maybe it's a bug.