OpenSearch/modules/percolator
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
..
src Serialize and expose timeout of acknowledged requests in REST layer (#26189) 2017-08-16 07:43:05 +08:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00