mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
This may result in errors during reading like the following one: runtime error: Unexpected marker. Found k, expected \x01\n)' The error above happened when executing limits.py:max_key_length_test dtest. After change the exception will happen during writing and will be clearer. Refs #807. This patch doesn't deal with the problem of ensuring that we will never hit those errors, which is very desirable. We shouldn't ack a write if we can't persist it to sstables. Message-Id: <1456130045-2364-1-git-send-email-tgrabiec@scylladb.com>