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:
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.