Restore snapshot logs include too many indices #111872
Labels
>bug
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
The log message added in #88257 to indicate the start of a snapshot restore lists all the indices in the snapshot rather than just the ones we are restoring, which is confusing to users. Also the log message at the end doesn't indicate to which restore it pertains, and a user may issue in parallel several restore requests for indices from the same snapshot.
I think we should:
started restore of snapshot [...
message to mention just the indices being restoredstarted restore [--UUID--] of snapshot [...
andcompleted restore [--UUID--] of snapshot [...
so that we can correlate the starts and ends.The text was updated successfully, but these errors were encountered: