OpenSearch/server/src
Jim Ferenczi 50f565b158 SearchSlowLog uses a non thread-safe object to escape json (#48363)
This commit fixes the usage of JsonStringEncoder#quoteAsUTF8 in the SearchSlowLog.
JsonStringEncoder#getInstance should always be called to get a thread local object
but this assumption was broken by #44642. This means that any slow log can throw
an AIOOBE since it uses the same byte array concurrently.

Closes #48358
2019-10-23 10:23:06 +02:00
..
main SearchSlowLog uses a non thread-safe object to escape json (#48363) 2019-10-23 10:23:06 +02:00
test Simplify Shard Snapshot Upload Code (#48155) (#48345) 2019-10-22 17:17:09 +01:00