OpenSearch/core
Jordan Kiang d010cad503 Fix MapperService StackOverflowError (#23605)
MapperService#parentTypes is rewrapped in an UnmodifiableSet in MapperService#internalMerge every time the cluster state is updated. After thousands of updates the collection is wrapped so deeply that calling a method on it generates a StackOverflowError.

Closes #23604
2017-03-20 03:53:35 -07:00
..
licenses Upgrade from JNA 4.2.2 to JNA 4.4.0 2017-03-17 21:06:16 -04:00
src Fix MapperService StackOverflowError (#23605) 2017-03-20 03:53:35 -07:00
build.gradle Upgrade HDRHistogram to 2.1.9 (#23254) 2017-02-21 08:50:26 +01:00