scylladb / scylladb

NoSQL data store using the seastar framework, compatible with Apache Cassandra

Home Page:http://scylladb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mutation_fragment_stream_validating_filter doesn't respect `validation_level::none`

denesb opened this issue · comments

Some validation is still done but if some error is detected, there are no details printed, because the details (partition key, clustering key) are not saved due to the validation level.
Disable the validation completely when the validator was configured with validation_level::none.