Closed SteNicholas closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 32.12%. Comparing base (
165e914
) to head (c887037
). Report is 24 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ping @FMX, @mridulm.
@FMX, I have rebased the main branch. PTAL.
What changes were proposed in this pull request?
Bump Ratis version from 3.1.1 to 3.1.2 including:
RaftServerImpl.getLogInfo
: https://github.com/apache/ratis/pull/1171Why are the changes needed?
Bump Ratis version from 3.1.1 to 3.1.2. Ratis has released v3.1.2, of which release note refers to 3.1.2. The 3.1.2 version is a minor release with multiple improvements and bugfixes including [RATIS-2179] Fix NPE in
RaftServerImpl.getLogInfo
. See the changes between 3.1.1 and 3.1.2 releases.The 3.1.2 version fixed the following
NullPointerException
in CI log:Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI.