Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Upgrade fluentd gem versions to fix fluentd consumes all inodes
Browse files Browse the repository at this point in the history
Problem:
Fluentd will start creating hundreds of thousands of 0 byte buffer log files when the partition it is on runs out of space.
fluent/fluentd#2593

Solution:
Upgrade gems version

Issue:
rancher/rancher#22689
  • Loading branch information
aiwantaozi authored and Craig Jellick committed Sep 17, 2019
1 parent 072d0dd commit 1a4f5d1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 73 deletions.
66 changes: 29 additions & 37 deletions package/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
cool.io (1.5.4)
dig_rb (1.0.1)
Expand All @@ -29,19 +24,19 @@ GEM
fluentd (> 1.0.0, < 2)
fluent-plugin-concat (2.4.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-elasticsearch (3.5.4)
fluent-plugin-elasticsearch (3.5.5)
elasticsearch
excon
fluentd (>= 0.14.22)
fluent-plugin-kafka (0.11.0)
fluent-plugin-kafka (0.11.1)
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 0.7.8, < 0.8.0)
fluent-plugin-kubernetes_metadata_filter (2.2.0)
fluent-plugin-kubernetes_metadata_filter (2.3.0)
fluentd (>= 0.14.0, < 2)
kubeclient (~> 1.1.4)
kubeclient (< 5)
lru_redux
fluent-plugin-prometheus (1.5.0)
fluent-plugin-prometheus (1.6.0)
fluentd (>= 0.14.20, < 2)
prometheus-client
fluent-plugin-remote_syslog_tls (1.0.2)
Expand All @@ -54,68 +49,65 @@ GEM
fluentd (>= 0.12.0)
httpclient
json
fluentd (1.6.3)
fluentd (1.7.1)
cool.io (>= 1.4.5, < 2.0.0)
dig_rb (~> 1.0.0)
http_parser.rb (>= 0.5.1, < 0.7.0)
msgpack (>= 0.7.0, < 2.0.0)
msgpack (>= 1.2.0, < 2.0.0)
serverengine (>= 2.0.4, < 3.0.0)
sigdump (~> 0.2.2)
strptime (>= 0.2.2, < 1.0.0)
tzinfo (~> 1.0)
tzinfo (~> 2.0)
tzinfo-data (~> 1.0)
yajl-ruby (~> 1.0)
http (0.9.8)
http (3.3.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (1.0.3)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.2.0)
kubeclient (1.1.4)
activesupport
http (= 0.9.8)
recursive-open-struct (= 1.0.0)
rest-client
kubeclient (4.4.0)
http (~> 3.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
rest-client (~> 2.0)
lru_redux (1.1.0)
ltsv (0.1.2)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
minitest (5.11.3)
mime-types-data (3.2019.0904)
msgpack (1.3.1)
multi_json (1.13.1)
multipart-post (2.1.1)
netrc (0.11.0)
oj (3.8.1)
oj (3.9.1)
prometheus-client (0.9.0)
quantile (~> 0.2.1)
public_suffix (3.1.1)
public_suffix (4.0.1)
quantile (0.2.1)
recursive-open-struct (1.0.0)
recursive-open-struct (1.1.0)
remote_syslog_sender_tls (1.2.5)
syslog_protocol
rest-client (2.0.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-kafka (0.7.9)
ruby-kafka (0.7.10)
digest-crc
serverengine (2.1.1)
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.3)
syslog_protocol (0.9.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2019.2)
tzinfo (2.0.0)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
66 changes: 30 additions & 36 deletions package/windows/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
certstore_c (0.1.3)
concurrent-ruby (1.1.5)
cool.io (1.5.4-x64-mingw32)
dig_rb (1.0.1)
Expand All @@ -32,19 +28,19 @@ GEM
fluentd (> 1.0.0, < 2)
fluent-plugin-concat (2.4.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-elasticsearch (3.5.4)
fluent-plugin-elasticsearch (3.5.5)
elasticsearch
excon
fluentd (>= 0.14.22)
fluent-plugin-kafka (0.11.0)
fluent-plugin-kafka (0.11.1)
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 0.7.8, < 0.8.0)
fluent-plugin-kubernetes_metadata_filter (2.2.0)
fluent-plugin-kubernetes_metadata_filter (2.3.0)
fluentd (>= 0.14.0, < 2)
kubeclient (~> 1.1.4)
kubeclient (< 5)
lru_redux
fluent-plugin-prometheus (1.5.0)
fluent-plugin-prometheus (1.6.0)
fluentd (>= 0.14.20, < 2)
prometheus-client
fluent-plugin-remote_syslog_tls (1.0.2)
Expand All @@ -57,59 +53,58 @@ GEM
fluentd (>= 0.12.0)
httpclient
json
fluentd (1.6.3-x64-mingw32)
fluentd (1.7.1-x64-mingw32)
certstore_c (~> 0.1.2)
cool.io (>= 1.4.5, < 2.0.0)
dig_rb (~> 1.0.0)
http_parser.rb (>= 0.5.1, < 0.7.0)
msgpack (>= 0.7.0, < 2.0.0)
msgpack (>= 1.2.0, < 2.0.0)
serverengine (>= 2.0.4, < 3.0.0)
sigdump (~> 0.2.2)
strptime (>= 0.2.2, < 1.0.0)
tzinfo (~> 1.0)
tzinfo (~> 2.0)
tzinfo-data (~> 1.0)
win32-event (~> 0.6.1)
win32-ipc (~> 0.6.1)
win32-service (~> 0.8.3)
windows-pr (~> 1.2.5)
yajl-ruby (~> 1.0)
http (0.9.8)
http (3.3.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (1.0.3)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
httpclient (2.8.3)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
json (2.2.0)
kubeclient (1.1.4)
activesupport
http (= 0.9.8)
recursive-open-struct (= 1.0.0)
rest-client
kubeclient (4.4.0)
http (~> 3.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
rest-client (~> 2.0)
lru_redux (1.1.0)
ltsv (0.1.2)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
minitest (5.11.3)
mime-types-data (3.2019.0904)
msgpack (1.3.1-x64-mingw32)
multi_json (1.13.1)
multipart-post (2.1.1)
netrc (0.11.0)
oj (3.8.1)
oj (3.9.1)
prometheus-client (0.9.0)
quantile (~> 0.2.1)
public_suffix (3.1.1)
public_suffix (4.0.1)
quantile (0.2.1)
recursive-open-struct (1.0.0)
recursive-open-struct (1.1.0)
remote_syslog_sender_tls (1.2.5)
syslog_protocol
rest-client (2.0.2-x64-mingw32)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
Expand All @@ -121,10 +116,9 @@ GEM
sigdump (0.2.4)
strptime (0.2.3)
syslog_protocol (0.9.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2019.2)
tzinfo (2.0.0)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down

0 comments on commit 1a4f5d1

Please sign in to comment.