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
Closing an xcontent builder in general also closes the underlying stream.
The only reason this worked was that we were always using the no-pooling `BigArrays`
which also makes the use of the circuit breaker a noop here.
Found this when trying to optimize the releasable bytes stream and seeing it
break.
=> just move the non-pooled bytes stream to simplify things
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/src/test/java/org/elasticsearch/xpack/application/search/SearchApplicationTests.java
0 commit comments