OpenSearch/server
Nhat Nguyen 4ecc7dcca5 Avoid StackOverflowError if write circular reference exception (#54147)
We should never write a circular reference exception as we will fail a 
node with StackOverflowError. However, we have one in #53589. 
I tried but failed to find its location. With this commit, we will avoid 
StackOverflowError in production and detect circular exceptions in
tests.

Closes #53589
2020-04-04 13:42:27 -04:00
..
licenses Upgrade to lucene 8.5.0 release (#54077) 2020-03-24 13:45:50 +00:00
src Avoid StackOverflowError if write circular reference exception (#54147) 2020-04-04 13:42:27 -04:00
build.gradle Bump multi-release JARs to Java 11 2020-03-31 06:48:46 -05:00