-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Introducing TranslogManager implementations decoupled from the Engine [2.x] #3820
Conversation
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: Bukhtawar Khan <[email protected]>
Signed-off-by: Satyajit Ganguly <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ 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.
|
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.
@satyajitg28 please check #3771
The breaking changes done in |
@@ -828,7 +828,7 @@ protected final void ensureOpen(Exception suppressed) { | |||
} | |||
} | |||
|
|||
protected final void ensureOpen() { | |||
public final void ensureOpen() { |
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.
@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
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
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.