Hello! I been looking at this problem for two days already. Every 5 seconds my fluentd send batch of data (less than a thousand points) to influxdb:1.0-beta3. Only ~10% of them points get to database. There is no errors. I switched write-trace and confirmed that all the line are in the input, as needed. What else can i look at?
Points looks like this: router,method=POST,dyno=web.3,status=200 connect=0.0,service=16.0,bytes=343.0 1470942598 router,method=POST,dyno=web.8,status=200 connect=1.0,service=199.0,bytes=1385.0 1470942598 router,method=GET,dyno=web.5,status=503 connect=0.0,service=27.0,bytes=323.0 1470942598 router,method=POST,dyno=web.3,status=200 connect=1.0,service=101.0,bytes=1401.0 1470942598 router,method=POST,dyno=web.9,status=200 connect=0.0,service=328.0,bytes=6185.0 1470942590 router,method=POST,dyno=web.4,status=200 connect=1.0,service=5.0,bytes=343.0 1470942590 router,method=POST,dyno=web.6,status=200 connect=0.0,service=53.0,bytes=4057.0 1470942617 router,method=POST,dyno=web.9,status=200 connect=0.0,service=4.0,bytes=343.0 1470942606 router,method=POST,dyno=web.8,status=200 connect=0.0,service=11.0,bytes=343.0 1470942606 router,method=POST,dyno=web.7,status=200 connect=1.0,service=10.0,bytes=343.0 1470942603 router,method=POST,dyno=web.8,status=200 connect=1.0,service=52.0,bytes=6265.0 1470942604 router,method=POST,dyno=web.3,status=200 connect=14.0,service=12.0,bytes=343.0 1470942604 router,method=POST,dyno=web.3,status=200 connect=0.0,service=135.0,bytes=5897.0 1470942612 router,method=POST,dyno=web.2,status=200 connect=0.0,service=228.0,bytes=11770.0 1470942592 router,method=POST,dyno=web.1,status=200 connect=1.0,service=59.0,bytes=1449.0 1470942593 router,method=POST,dyno=web.4,status=200 connect=2.0,service=142.0,bytes=1785.0 1470942594 router,method=POST,dyno=web.2,status=200 connect=1.0,service=9.0,bytes=343.0 1470942594 router,method=POST,dyno=web.8,status=200 connect=0.0,service=161.0,bytes=7801.0 1470942599 -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/5831e9ba-7dc9-4e1a-bedd-cb436c51bd3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
