File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ You can use this feature in the following ways.
2525
2626![ zero-downtime restart mechanism] ( ../.gitbook/assets/fluentd-zero-downtime-restart-mechanism.png )
2727
28- 1 . The old supervisor receives ` SIGUSR2 ` .
28+ 1 . Receive ` SIGUSR2 ` .
29292 . Spawn a new supervisor.
30303 . Take over shared sockets.
31314 . Launch new workers, and stop old processes in parallel.
3232 * Launch new workers with [ Source Only Mode] ( source-only-mode.md ) .
33- * In addition to source-only mode, further limit the starting pluings to only those that support this feature.
33+ * In addition to the source-only mode limitation, Fluentd further limits the starting pluings to only those that support this feature.
3434 * Data received by the new workers are stored in the temporary buffer of source-only mode.
35- * For details on the temporary buffer, see [ Source ONLY MODE - Temporary file buffer] ( source-only-mode.md#temporary-file-buffer ) .
35+ * For details on the temporary buffer, see [ Source Only Mode - Temporary file buffer] ( source-only-mode.md#temporary-file-buffer ) .
3636 * Send ` SIGTERM ` to the old supervisor after ` 10s ` delay.
37375 . The old supervisor stops and sends ` SIGWINCH ` to the new one.
38386 . The new workers starts to run fully.
You can’t perform that action at this time.
0 commit comments