Files
scylladb/api
Tomasz Grabiec c27d212f4b api, storage_service: Recalculate table digests on relocal_schema api call
Currently, the API call recalculates only per-node schema version. To
workaround issues like #4485 we want to recalculate per-table
digests. One way to do that is to restart the node, but that's slow
and has impact on availability.

Use like this:

  curl -X POST http://127.0.0.1:10000/storage_service/relocal_schema

Fixes #15380

Closes #15381
2023-09-13 18:27:57 +03:00
..
2023-08-29 09:36:58 +03:00
2023-07-17 17:09:36 +03:00
2023-06-07 11:59:39 +02:00
2023-08-29 11:32:16 +03:00