Merge pull request #29801 from rbuskens/multi-thread-config

Automatic merge from submit-queue

Updated fluentd configuration to spawn multiple threads for processing

(by default, fluentd uses a single thread).

@a-robinson @igorpeshansky
This commit is contained in:
k8s-merge-robot 2016-08-01 18:41:17 -07:00 committed by GitHub
commit 35fb50ba4c
3 changed files with 8 additions and 0 deletions

View File

@ -266,4 +266,6 @@
max_retry_wait 30
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
# Use multiple threads for processing.
num_threads 8
</match>

View File

@ -234,6 +234,8 @@
max_retry_wait 30
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
# Use multiple threads for processing.
num_threads 8
</match>
# Keep a smaller buffer here since these logs are less important than the user's
@ -246,4 +248,5 @@
flush_interval 5s
max_retry_wait 30
disable_retry_limit
num_threads 8
</match>

View File

@ -218,6 +218,8 @@
max_retry_wait 30
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
# Use multiple threads for processing.
num_threads 8
</match>
# Keep a smaller buffer here since these logs are less important than the user's
@ -230,4 +232,5 @@
flush_interval 5s
max_retry_wait 30
disable_retry_limit
num_threads 8
</match>