Tag

Forking

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
May 9, 2024 · Operations

Troubleshooting systemd MySQL Service Hang Caused by Premature kill -9 in Forking Mode

This article analyzes an intermittent failure where a MySQL instance managed by systemd in forking mode hangs because an automated test prematurely kills the newly created mysqld process, leading to a missing MAIN PID and a zombie process, and provides investigation steps and a practical fix.

ContainerForkingLinux
0 likes · 10 min read
Troubleshooting systemd MySQL Service Hang Caused by Premature kill -9 in Forking Mode
Top Architect
Top Architect
Jul 5, 2021 · Fundamentals

Understanding Common Git Workflows: Centralized, Feature Branch, Gitflow, and Forking

This article introduces several Git workflows—including centralized, feature‑branch, Gitflow, and forking—explaining their structures, typical usage scenarios, and advantages to help developers choose an appropriate branching model for their projects.

Feature BranchForkingGitflow
0 likes · 12 min read
Understanding Common Git Workflows: Centralized, Feature Branch, Gitflow, and Forking