Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An empty response continues #72

Closed
tkrs opened this issue Feb 27, 2019 · 1 comment
Closed

An empty response continues #72

tkrs opened this issue Feb 27, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@tkrs
Copy link
Owner

tkrs commented Feb 27, 2019

❯ cargo run --example main
   Compiling poston v0.3.1 (/Users/tkrs/code/github.com/tkrs/poston)
    Finished dev [unoptimized + debuginfo] target(s) in 5.20s
     Running `target/debug/examples/main`
 INFO  main > Start.
 INFO  main > Start sending messages. No 0.
 INFO  main > Start sending messages. No 1.
 INFO  main > Start sending messages. No 2.
 INFO  main > Start sending messages. No 3.
 INFO  main > Start sending messages. No 5.
 INFO  main > Start sending messages. No 8.
 INFO  main > Start sending messages. No 6.
 INFO  main > Start sending messages. No 9.
 DEBUG poston::client > Worker 0 creating...
 DEBUG poston::connect > Start connect to "127.0.0.1:24224".
 INFO  main            > Start sending messages. No 4.
 INFO  main > Start sending messages. No 7.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
 WARN  poston::emitter > Failed to received ack response. chunk: ZjkxNjQ3YTgtOWNkMS00ZDJmLThmMDktODA0YjI1NzVkNjA3.
@tkrs tkrs added the bug Something isn't working label Feb 27, 2019
@tkrs
Copy link
Owner Author

tkrs commented Mar 1, 2019

It seems that read() returns 0 while Fluentd is reloading config.

@tkrs tkrs closed this as completed Mar 1, 2019
@tkrs tkrs reopened this Mar 1, 2019
@tkrs tkrs closed this as completed in #73 Mar 1, 2019
@tkrs tkrs modified the milestones: v03.3, v0.3.3 Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant