Qstn: EOFError?
kazunori279 opened this issue · 4 comments
kazunori279 commented
Hi,
I tried to use this plugin, but keep getting:
2014-03-30 13:55:23 +0000 [warn]: temporarily failed to flush the buffer. next_retry=2014-03-30 14:04:57 +0000 error_class="EOFError" error="end of file reached" instance=70061167835460
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/protocol.rb:141:in `read_nonblock'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/protocol.rb:141:in `rbuf_fill'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/protocol.rb:122:in `readuntil'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/protocol.rb:132:in `readline'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:2563:in `read_status_line'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:2552:in `read_new'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1320:in `block in transport_request'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1317:in `catch'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1317:in `transport_request'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1294:in `request'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1287:in `block in request'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:746:in `start'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/1.9.1/net/http.rb:1285:in `request'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluent-plugin-https-json-0.0.1/lib/fluent/plugin/out_https_json.rb:58:in `write'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluentd-0.10.41/lib/fluent/buffer.rb:292:in `write_chunk'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluentd-0.10.41/lib/fluent/buffer.rb:272:in `pop'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluentd-0.10.41/lib/fluent/output.rb:305:in `try_flush'
2014-03-30 13:55:23 +0000 [warn]: /usr/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/fluentd-0.10.41/lib/fluent/output.rb:131:in `run'
Can you please advise what does this mean?
Kaz
kazunori279 commented
The error dissolved when I put a flag "use_https true" on the config. Maybe better to have the description on README.
jdoconnor commented
Do you have a stack trace ? I'd love to get this fixed
On Mar 30, 2014 11:38 PM, "Kazunori Sato" notifications@github.com wrote:
Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.
kazunori279 commented
Please see my original post for the trace. As I wrote, the problem has been fixed by setting "use_https true" config.
jdoconnor commented
thanks