Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce memory usage in SimpleClusterStateIT#testLargeClusterStatePubl…
…ishing (#74851) In order to produce a large cluster state this test was creating 1000s of text fields for index mappings. The in memory representation for these mappings can consume all the heap causing OOMs. This commit changes the mapping type for a boolean that's more lightweight. Closes #73050 Backport of #73773
- Loading branch information