-
Notifications
You must be signed in to change notification settings - Fork 102
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
metrics_5m lost one data #814
Comments
hello |
@42701618 , what version of blueflood are you using? Also, do you see any Write or Read timeout in the blueflood log from rollups? |
hi @shintasmith 1.the version of blueflood is blueflood-2.0.0. 2.NO Write or Read timeout in the blueflood log from rollups |
Following is data which is from metrics_full and metrics_5m,and metrics_5m lost one data at 7:35PM. |
select column1,writetime(value) from metrics_5m where key='*****************' order by column1; |
hi @shintasmith |
Hi :
In metric_full,there is one data at Tue Jul 18 19:39:00 GMT+08:00 2017,but metrics_5m lost one data at 7:35PM. blueflood'log is following:
[2017-07-18 19:44:59,521 +0800] [INFO ] [BasicRollup conductor] [com.rackspacecloud.blueflood.service.RollupService:run 270] Scheduling slotKey metrics_5m,1579,48 @ 1500378299516 last collection time: 1500377997686 last rollup time: 1499169104456 isReroll: false
.....
....
[2017-07-18 19:44:59,743 +0800] [INFO ] [locator-fetcher-23] [com.rackspacecloud.blueflood.service.LocatorFetchRunnable:run 116] Number of locators getting rolled up for slotkey: [metrics_5m,1579,48] are 4611; isReroll: false
.....
....
[2017-07-18 19:44:59,743 +0800] [INFO ] [locator-fetcher-23] [com.rackspacecloud.blueflood.service.LocatorFetchRunnable:finishExecution 213] Successful completion of rollups for (gran,slot,shard) metrics_5m,1579,48 in 16890 ms
I query cassandra with cql
select * from "DATA".metric_state where key=48 allow filtering;
the result is that:
key | column1 |value
48 |metrics_5m,1579,A |1500377949678
48 |metrics_5m,1579,X |1500377949678
How can I find the root cause of this problem?
Thanks
The text was updated successfully, but these errors were encountered: