apple / apple/foundationdb

Logging events when fdbserver gets a kill signal from the operating system

Open
#3,616 2 comments 0 reactions 1 assignee Claimed by @ajbeamon View on GitHub
operations
Dominant language
C++
Stars
16.7k
Forks
1.6k
Avg merge
1d 20h
Merged PRs (30d)
126

Description

When an fdbserver process is killed through the CLI, we log a trace event. This can be helpful when analyzing the timing of process restarts. If a process is killed through an OS kill signal, we don't have any logging until it starts back up. This can be a hindrance when debugging rolling bounces on Kubernetes, where the container is getting killed through a standard kill signal. I think we should add an event when we get a soft kill signal to help with debugging these kind of scenarios.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.