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

Missing event writing to S3 when sending 200 concurrent requests #315

Closed
lrivera-verimatrix opened this issue Apr 11, 2020 · 2 comments
Closed
Labels

Comments

@lrivera-verimatrix
Copy link

We are experiencing data loss when writing our events to S3 using the below configuration. We do see everything in STDOUT, and to the FILE, but not in S3. We do not really know what is wrong, and it would be very helpful if someone could point out what might be wrong here. Or is this a bug?

This is using and EC2 with the Amazon version of td-agent: td-agent-3.6.0-0.amazon2.x86_64. The S3 is in the same region (us-east-1), so I do not believe this is a connection or bandwidth issue. We can send 100 concurrent requests and everything lads in S3, but if we go to 200, the S3 one does not have everything.

<match nTitleMe*.*>
@type copy

@type file
path /ntm/logs
compress gzip

timekey 1m
timekey_use_utc true
timekey_wait 1m



@type s3

s3_bucket iad-sb-ntitleme-log-aggr
s3_region us-east-1
path ${region}/%Y/%m/%d/%H/${logtype}.
time_slice_format %Y%m%d:%H%M%S
s3_object_key_format %{path}%{time_slice}_%{index}.ip-10-232-5-127.ec2.internal.%{file_extension}

<buffer logtype,time>
  @type file
  path /mnt/volume/td-agent/buffer/s3/nTitleMeJsonEvents
  timekey 5m
  timekey_wait 1m
  timekey_use_utc true
  chunk_limit_size 256m
  flush_thread_count 8
</buffer>
@type stdout
@github-actions
Copy link

github-actions bot commented Jul 6, 2021

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

@github-actions github-actions bot added the stale label Jul 6, 2021
@github-actions
Copy link

github-actions bot commented Aug 5, 2021

This issue was automatically closed because of stale in 30 days

@github-actions github-actions bot closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant