Skip to content

Conversation

@schallert
Copy link
Collaborator

We already use readiness probes to make sure dbnodes are bootstrapped
before taking various actions. Liveness probes are usually a good idea,
but in the case of the DB we'd rather a deadlocked node remain up so we
can debug vs. automatically killing it.

We already use readiness probes to make sure dbnodes are bootstrapped
before taking various actions. Liveness probes are usually a good idea,
but in the case of the DB we'd rather a deadlocked node remain up so we
can debug vs. automatically killing it.
@ryanhall07 ryanhall07 self-requested a review April 26, 2021 19:25
Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #286 (3db41d8) into master (5d3e770) will increase coverage by 0.66%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   75.33%   76.00%   +0.66%     
==========================================
  Files          32       32              
  Lines        4103     2538    -1565     
==========================================
- Hits         3091     1929    -1162     
+ Misses        724      430     -294     
+ Partials      288      179     -109     

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 5d3e770...3db41d8. Read the comment docs.

@schallert schallert merged commit 3259a9c into master Apr 26, 2021
@schallert schallert deleted the schallert/no_liveness branch April 26, 2021 22:23
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.

5 participants