Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Flow imports stopped working #95

Closed
philbooth opened this issue Jan 8, 2018 · 5 comments
Closed

Flow imports stopped working #95

philbooth opened this issue Jan 8, 2018 · 5 comments

Comments

@philbooth
Copy link
Contributor

Just raising this for visibility, but it looks like the flow imports stopped working just before Christmas:

fxa=# select max(begin_time)::date from flow_metadata;
    max
------------
 2017-12-20
(1 row)

I'm guesssing it's related to bug 1426332, but I've disabled the cron job for now and am running a manual import instead so it can catch back up while I can keep an eye on any errors.

@philbooth
Copy link
Contributor Author

philbooth commented Jan 8, 2018

I also clobbered a couple of days that appeared to have partially-imported data (activity_events was populated but e.g. flow_metadata wasn't).

@philbooth
Copy link
Contributor Author

activity_events is done:

fxa=# select max(timestamp)::date from activity_events;
    max
------------
 2018-01-07
(1 row)

Imports for the daily summary tables and the flow events are in progress. Email and count imports will begin in turn after the flow stuff finishes.

@philbooth
Copy link
Contributor Author

daily_activity_per_device and daily_multi_device_users are done:

fxa=# select max(day) from daily_activity_per_device;
    max
------------
 2018-01-07
(1 row)

fxa=# select max(day) from daily_multi_device_users;
    max
------------
 2018-01-07
(1 row)

@philbooth
Copy link
Contributor Author

The flow import is going really slowly fwiw, it's all those extra performance events that we're still emitting I guess. It will be tomorrow at the earliest for that data.

@philbooth
Copy link
Contributor Author

The remaining imports have finished and I've reinstated the cron job, closing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant