Files
scylladb/cdc
Juliusz Stasiewicz 8628ede009 cdc: Fix segfault when stream ID key is too short
When a token is calculated for stream_id, we check that the key is
exactly 16 bytes long. If it's not - `minimum_token` is returned
and client receives empty result.

This used to be the expected behavior for empty keys; now it's
extended to keys of any incorrect length.

Fixes #6570
2020-06-17 18:19:37 +03:00
..
2020-04-21 15:50:22 +02:00
2020-02-17 10:59:15 +01:00