-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds storage & query layer to events correlation engine #7350
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #7350 +/- ##
============================================
- Coverage 70.93% 70.89% -0.04%
- Complexity 56633 56654 +21
============================================
Files 4719 4730 +11
Lines 267555 268006 +451
Branches 39206 39259 +53
============================================
+ Hits 189778 189991 +213
- Misses 61721 61983 +262
+ Partials 16056 16032 -24
|
...ine/src/main/java/org/opensearch/plugin/correlation/core/index/CorrelationParamsContext.java
Outdated
Show resolved
Hide resolved
...ine/src/main/java/org/opensearch/plugin/correlation/core/index/CorrelationParamsContext.java
Show resolved
Hide resolved
...ava/org/opensearch/plugin/correlation/core/index/serializer/CorrelationVectorSerializer.java
Outdated
Show resolved
Hide resolved
...ava/org/opensearch/plugin/correlation/core/index/serializer/CorrelationVectorSerializer.java
Outdated
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
hi @andrross , rebased the pr. all the tests pass now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sbcd90 LGTM. Added few comments which seems non-blocking and can be addressed as follow-up.
...java/org/opensearch/plugin/correlation/core/index/codec/correlation950/CorrelationCodec.java
Show resolved
Hide resolved
...ine/src/main/java/org/opensearch/plugin/correlation/core/index/mapper/VectorFieldMapper.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good to me.
56.53% of diff hit (target 70.63%)
The code coverage target is a bit arbitrary but can we get better coverage here from the unit tests?
...org/opensearch/plugin/correlation/core/index/codec/BasePerFieldCorrelationVectorsFormat.java
Show resolved
Hide resolved
@sbcd90 Just a friendly ping on my comments from last week. |
@sbcd90 Can you link the meta issue in the description as well and be sure to keep that issue up to date with your progress? |
hi @andrross , thanks a lot for the reminders. already looking into your comments. |
Gradle Check (Jenkins) Run Completed with:
|
...rrelation-engine/src/main/java/org/opensearch/plugin/correlation/core/index/VectorField.java
Outdated
Show resolved
Hide resolved
...ava/org/opensearch/plugin/correlation/core/index/serializer/CorrelationVectorSerializer.java
Outdated
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
hi @andrross , thanks a lot for reviewing the pr again. addressed all the comments. please have a look. |
...rrelation-engine/src/main/java/org/opensearch/plugin/correlation/core/index/VectorField.java
Outdated
Show resolved
Hide resolved
...ine/src/main/java/org/opensearch/plugin/correlation/core/index/CorrelationParamsContext.java
Outdated
Show resolved
Hide resolved
...ine/src/main/java/org/opensearch/plugin/correlation/core/index/CorrelationParamsContext.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Subhobrata Dey <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
hi @andrross , fixed it. #7350 (comment) |
Gradle Check (Jenkins) Run Completed with:
|
…ne (opensearch-project#7350) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: Rishab Nahata <[email protected]>
…ne (opensearch-project#7350) Signed-off-by: Subhobrata Dey <[email protected]>
…ne (opensearch-project#7350) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
adds hnsw graph based storage & query layer to events correlation engine
Related Issues
#6854
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.