-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chunked encoding for _cat APIs (#92022)
Some of these APIs scale as O(#indices) or O(#shards) so it seems worthwhile to use chunked encoding throughout. Relates #89838
- Loading branch information
1 parent
d94e695
commit b3a272e
Showing
6 changed files
with
342 additions
and
351 deletions.
There are no files selected for viewing
292 changes: 0 additions & 292 deletions
292
server/src/main/java/org/elasticsearch/common/io/UTF8StreamWriter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.