Closed
Description
While reviewing stuck a stuck snapshot issue related to #25863 (comment), @ywelsch pointed out that we can improve reliability of shard updates by switching the mechanism to TransportMasterNodeAction (we are currently using a plain TransportRequestHandler that doesn't have a robust retry mechanism of TransportMasterNodeAction). This is a simple change that can significantly improve reliability of snapshot on flakey networks.