Files
scylladb/api
Aleksandra Martyniuk ae67f5d47e api: ignore future in task_manager_json::wait_task
Before returning task status, wait_task waits for it to finish with
done() method and calls get() on a resulting future.

If requested task fails, an exception will be thrown and user will
get internal server error instead of failed task status.

Result of done() method is ignored.

Fixes: #14914.

Closes #14915
2023-08-11 08:18:51 +03:00
..
2023-07-17 17:09:36 +03:00
2023-07-17 17:09:36 +03:00
2023-06-07 11:59:39 +02:00