OpenSearch/modules
Yannick Welsch 01f6851691 Serialize and expose timeout of acknowledged requests in REST layer (#26189)
Due to the weird way of structuring the serialization code in AcknowledgedRequest, many request types forgot to properly serialize the request timeout, for example "index deletion", "index rollover", "index shrink", "putting pipeline", and other requests. This means that if those requests were not directly sent to the master node, the acknowledgement timeout information would be lost (and the default used instead).
Some requests also don't properly expose the timeout mechanism in the REST layer, such as put / delete stored script. This commit fixes all that.
2017-08-16 07:43:05 +08:00
..
aggs-matrix-stats [TEST] Fix internalMatrixStatsTests failure 2017-08-02 16:36:34 +01:00
analysis-common Move more token filters to analysis-common module 2017-08-11 17:39:24 +02:00
ingest-common fix targetField randomization in JoinProcessorTests (#26206) 2017-08-14 09:26:47 -07:00
lang-expression Upgrade to lucene-7.0.0-snapshot-a128fcb. (#26090) 2017-08-08 13:03:19 +02:00
lang-mustache [TEST] prevent yaml tests from using raw requests (#26044) 2017-08-07 11:02:16 +02:00
lang-painless (refactor) some opportunities to use diamond operator (#25585) 2017-08-15 16:36:42 -06:00
parent-join Verify that _bulk and _msearch requests are terminated by a newline (#25740) 2017-08-08 10:45:44 +02:00
percolator Serialize and expose timeout of acknowledged requests in REST layer (#26189) 2017-08-16 07:43:05 +08:00
reindex (refactor) some opportunities to use diamond operator (#25585) 2017-08-15 16:36:42 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Remove unused Netty-related settings (#26161) 2017-08-11 12:03:00 +02:00
tribe Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00