Files
scylladb/tools
Botond Dénes 82f4563757 tools/scylla-sstable: write: abort parser thread if writing fails
Currently if writing the sstable fails, e.g. because the input data is
out-of-order, the json parser thread hangs because its output is no
longer consumed. This results in the entire application just freezing.
Fix this by aborting the parsing thread explicitely in the
json_mutation_stream_parser destructor. If the parser thread existed
successfully, this will be a no-op, but on the error-path, this will
ensure that the parser thread doesn't hang.
2023-09-11 07:02:14 -04:00
..
2023-09-07 22:48:37 +03:00
2023-09-08 17:22:07 +03:00
2023-05-29 23:03:25 +03:00
2023-04-14 11:39:17 +03:00
2023-09-08 17:22:07 +03:00
2023-07-19 13:08:35 +08:00