Skip to content

Commit

Permalink
Merge pull request kubernetes#29801 from rbuskens/multi-thread-config
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Updated fluentd configuration to spawn multiple threads for processing

(by default, fluentd uses a single thread).

@a-robinson @igorpeshansky
k8s-merge-robot authored Aug 2, 2016
2 parents a444225 + 77bda6f commit 35fb50b
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 35fb50b

Please sign in to comment.