Skip to content
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

Introducing TranslogManager implementations decoupled from the Engine [2.x] #3820

Merged
merged 6 commits into from
Jul 8, 2022

Conversation

satyajitg28
Copy link

Description

Introducing TranslogManager implementations decoupled from the Engine (keeping Engine backward compatible)
Here is the Original CR

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Bukhtawar and others added 6 commits July 8, 2022 14:07
Signed-off-by: Bukhtawar Khan <[email protected]>
Signed-off-by: Bukhtawar Khan <[email protected]>
Signed-off-by: Bukhtawar Khan <[email protected]>
Signed-off-by: Bukhtawar Khan <[email protected]>
Signed-off-by: Satyajit Ganguly <[email protected]>
@satyajitg28 satyajitg28 requested review from a team and reta as code owners July 8, 2022 08:59
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (2.x@fa5d195). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff           @@
##             2.x    #3820   +/-   ##
======================================
  Coverage       ?   70.59%           
  Complexity     ?    56387           
======================================
  Files          ?     4520           
  Lines          ?   271632           
  Branches       ?    39972           
======================================
  Hits           ?   191772           
  Misses         ?    63738           
  Partials       ?    16122           

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 fa5d195...e65dd50. Read the comment docs.

Copy link
Collaborator

@reta reta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@satyajitg28 please check #3771

@satyajitg28
Copy link
Author

@satyajitg28 please check #3771

The breaking changes done in Engine has been reverted in this CR.

@@ -828,7 +828,7 @@ protected final void ensureOpen(Exception suppressed) {
}
}

protected final void ensureOpen() {
public final void ensureOpen() {
Copy link
Collaborator

@reta reta Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@satyajitg28 this is a breaking change: the change in visibly breaks compilation, it is not reverted sorry, messed up the change diff should be fine

@Bukhtawar Bukhtawar merged commit fa2a1e7 into opensearch-project:2.x Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants