-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Value sizes are limited in the AsciiProtocol are limited to 32768
private final val MaxValueSize = 32768
However, by default values can be up to 1MB and with tuning values can be even larger. When the user attempts to write a larger value it works fine, but when they read that larger value they simply get a mysterious error such as:
SEVERE: com.dongxiguo.memcontinuationed.ProtocolException: Bad line VALUE raw:6TSa2041BHDwSWYtJA0+dmZvRNg= 0 168508
Metadata
Metadata
Assignees
Labels
No labels