Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Adding search interceptor for rollup indices #342

Merged
merged 3 commits into from
Nov 18, 2020

Conversation

thalurur
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Adding search interceptor for rollup indices to enable search on rolled up indices

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link

codecov bot commented Nov 18, 2020

Codecov Report

Merging #342 (830b75a) into master (57c03fb) will increase coverage by 0.40%.
The diff coverage is 72.72%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #342      +/-   ##
============================================
+ Coverage     75.63%   76.04%   +0.40%     
- Complexity     1296     1332      +36     
============================================
  Files           181      182       +1     
  Lines          6538     6824     +286     
  Branches       1004     1095      +91     
============================================
+ Hits           4945     5189     +244     
+ Misses         1059     1038      -21     
- Partials        534      597      +63     
Impacted Files Coverage Δ Complexity Δ
...ticsearch/indexmanagement/IndexManagementPlugin.kt 92.03% <66.66%> (-0.70%) 10.00 <1.00> (+1.00) ⬇️
...management/rollup/interceptor/RollupInterceptor.kt 70.27% <70.27%> (ø) 30.00 <30.00> (?)
...csearch/indexmanagement/rollup/util/RollupUtils.kt 77.02% <74.41%> (-7.11%) 0.00 <0.00> (ø)
...nt/indexstatemanagement/model/destination/Chime.kt 40.90% <0.00%> (-13.64%) 2.00% <0.00%> (-2.00%)
...adata/TransportUpdateManagedIndexMetaDataAction.kt 85.18% <0.00%> (-3.71%) 9.00% <0.00%> (-1.00%)
...agement/indexstatemanagement/ManagedIndexRunner.kt 55.04% <0.00%> (-0.62%) 41.00% <0.00%> (ø%)
...asticsearch/indexmanagement/rollup/model/Rollup.kt 85.56% <0.00%> (+1.54%) 46.00% <0.00%> (ø%)
...anagement/indexstatemanagement/model/Transition.kt 67.69% <0.00%> (+3.07%) 5.00% <0.00%> (ø%)
...csearch/indexmanagement/rollup/model/metric/Max.kt 75.00% <0.00%> (+8.33%) 6.00% <0.00%> (+1.00%)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57c03fb...370da6d. Read the comment docs.

@thalurur thalurur merged commit 1c7baa1 into opendistro-for-elasticsearch:master Nov 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants