-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate Node Identifier Strings in SnapshotsInProgress and ShardR…
…outing (#90556) Saw these strings use up tens of MB on a large cluster's master node during snapshotting and responding to indices stats requests. Also, this speeds up node id comparisons in the snapshot shards service and snapshots allocation decider. relates #77466
- Loading branch information
1 parent
4d6d979
commit 2759663
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters