Dianna Hohensee
Dianna Hohensee
Related ES-8244
### Description In a support case, it was possible to set invalid config (missing S3 required `settings` fields) despite the API request returning a 500 error. We should at least...
Related to https://github.com/elastic/elasticsearch/issues/91447 test failure. We believe the failure circumstances are rare: the circumstances were created by a NullPointerException that has been fixed, and what remains is hypothetical. It's possible...
"Renaming some classes/variables to be more descriptive/accurate. Also added comments here and there. Added to the package-level documentation." ------------------------- I was investigating the code, and these are comments and renames...
"Specifically around pausing shard snapshots on node removal, and finalizing shards snapshots that change the shard generation of other non- finalized snapshots Relates ES-8566." ------------------- Related to ES-8566. Trying to...
### Description [We disabled `total_shards_per_node` on the frozen tier](https://github.com/elastic/elasticsearch/pull/97979) by ignoring/clearing any pre-existing `total_shards_per_node ` setting on the index when mounting the searchable snapshot. In the related issue, [the idea...
Track shard snapshot progress during shutdown to identify any bottlenecks that cause slowness that can ultimately block shard re-allocation. ------------- TODO: note to self, include human readable time since shutdown...