You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce memory usage in SimpleClusterStateIT#testLargeClusterStatePublishing (elastic#73773)
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.
Closeselastic#73050
0 commit comments