mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
Setting a value of "warn" will still allow the create or alter commands, but will warn the user, with a message that will appear both at the log and also at cqlsh for example. This is another step towards deprecating DTCS. Users need to know we're moving towards this direction, and setting the default value to warn is needed for this. Next step is to set it to false, and finally remove it from the code base. Refs #8914. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20211029184503.102936-1-raphaelsc@scylladb.com>