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
Ensure indexing_data CCR requests are compressed (#79413)
Currently, CCR requests are not compressed if they are indexing data.
This is because the BulkShardOperationsRequest does not
implement the indexing data interface.
Additionally, the fact that the request can be wrapped in proxy request
also requires special logic. This commit implements the same logic that
we do for shard indexing actions to ensure that the data is compressed
if the underlying request is indexing data.
0 commit comments