mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Four error messages for oversized map keys/values reported map_size (the total number of entries) instead of the actual key or value size that exceeded the limit. The condition checks elem.first.size() or elem.second.size(), but the error message printed map_size. This affects both the bytes and managed_bytes serialization overloads. Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com>