-
Notifications
You must be signed in to change notification settings - Fork 455
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
pastlimit is not getting captured properly #2355
Comments
same problem below is my configuration: m3coordinator:
namespace:
errors in the m3coordinator log:
|
I found a solution, after my test can solve this problem: Add the following configuration in m3coordinator:
|
Thanks for submitting - we'll take a look ! |
Thanks, @xcode03 ! @gibbscullen - I am also noting that the following block in the m3coordinator config ref is incorrect:
The options for
|
Filing M3 Issues
General Issues
Using carbon ingestor built on top of M3Coordinator. It's not calculating the past buffer time defined in the namespace.
May 22 15:23:43 svc-m3co-8138295 m3coordinator[17840]: {"level":"error","ts":1590141223.8895106,"msg":"err writing carbon metric","name":"system.ig-0320deb9-2836-1711296.all.net.icmp_outtimestampreps","error":"datapoint for aggregation too far in past: id=u'\u0006\u0000\u0006\u0000__g0__\u0006\u0000system\u0006\u0000__g1__+\u0000ig-0320deb9-2836-1711296\u0006\u0000__g2__\u0003\u0000all\u0006\u0000__g3__\u0003\u0000net\u0006\u0000__g4__\u0015\u0000icmp_outtimestampreps\u0014\u0000__option_id_scheme__\u0008\u0000graphite, off_by=17.88950451s, timestamp=22 May 20 15:23 +0530, past_limit=22 May 20 15:23 +0530, timestamp_unix_nanos=1590141191000000000, past_limit_unix_nanos=1590141208889504510","errorCauses":[{"error":"datapoint for aggregation too far in past: id=u'\u0006\u0000\u0006\u0000__g0__\u0006\u0000system\u0006\u0000__g1__+\u0000ig-0320deb9-2836-1711296\u0006\u0000__g2__\u0003\u0000all\u0006\u0000__g3__\u0003\u0000net\u0006\u0000__g4__\u0015\u0000icmp_outtimestampreps\u0014\u0000__option_id_scheme__\u0008\u0000graphite, off_by=17.88950451s, timestamp=22 May 20 15:23 +0530, past_limit=22 May 20 15:23 +0530, timestamp_unix_nanos=1590141191000000000, past_limit_unix_nanos=1590141208889504510"}]}
What service is experiencing the issue?
M3Coordinator v0.15.0-rc.9
What is the configuration of the service?
namespace config
"options": { "bootstrapEnabled": True, "flushEnabled": True, "writesToCommitLog": True, "cleanupEnabled": True, "repairEnabled": True, "retentionOptions": { "retentionPeriodDuration": "8760h", "blockSizeDuration": "12h", "bufferFutureDuration": "1h", "bufferPastDuration": "1h", "blockDataExpiry": True, "blockDataExpiryAfterNotAccessPeriodDuration": "1h" }, "snapshotEnabled": True, "indexOptions": { "enabled": True, "blockSizeDuration": "12h" } }
coordinator config
`
listenAddress:
value: "0.0.0.0:7201"
carbon:
ingester:
listenAddress: "0.0.0.0:2003"
rules:
- pattern: system.*
aggregation:
type: mean
policies:
- resolution: 1m
retention: 8760h
clusters:
type: aggregated
retention: 8760h
resolution: 1m
`
How are you using the service?
telegraf output plugin via graphite
Is there a reliable way to reproduce the behavior? If so, please provide detailed instructions.
The text was updated successfully, but these errors were encountered: