mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
... from Nadav Har'El This small series adds a stub implementation of Alternator's UpdateTimeToLive and DescribeTimeToLive operations. These operations can enable, disable, or inquire about, the chosen expiration-time attribute. Currently, the information about the chosen attribute is only saved, with no actual expiration of any items taking place. Because this is an incomplete implementation of this feature, it is not enabled unless an experimental flag is enabled on all nodes in the cluster. See the individual patches for more information on what this series does. Refs #5060. Closes #9345 * github.com:scylladb/scylla: test/alternator: rename utility function test_table_name() alternator: stub TTL operations alternator: make three utility functions in executor.cc non-static test/alternator: test another corner case of TTL