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

daily tests data drop over past 10 days #68

Open
yachang opened this issue Jan 27, 2020 · 7 comments
Open

daily tests data drop over past 10 days #68

yachang opened this issue Jan 27, 2020 · 7 comments

Comments

@yachang
Copy link
Contributor

yachang commented Jan 27, 2020

2 | 2020-01-26 | 8539584 |  
-- | -- | --
3 | 2020-01-25 | 8802175 |  
4 | 2020-01-24 | 8804368 |  
5 | 2020-01-23 | 8989835 |  
6 | 2020-01-22 | 9547450 |  
7 | 2020-01-21 | 9553054 |  
8 | 2020-01-20 | 9684823 |  
9 | 2020-01-19 | 9787798 |  
10 | 2020-01-18 | 10059376 |  
11 | 2020-01-17 | 9847430 |  
12 | 2020-01-16 | 10236158 |  
13 | 2020-01-15 | 10198442 |  
14 | 2020-01-14 | 10056294 |  
15 | 2020-01-13 | 10208497

@yachang
Copy link
Contributor Author

yachang commented Jan 27, 2020

Not sure it is caused by delay from Gardener, or other unknown reason

@yachang
Copy link
Contributor Author

yachang commented Jan 29, 2020

iad drop more than 25% from 01/14 to 01/28 (about 2 weeks). Escalate this issue to P0

@yachang yachang added the P0 label Jan 29, 2020
@yachang
Copy link
Contributor Author

yachang commented Jan 29, 2020

gsutil ls -l gs://archive-mlab-oti/ndt/traceroute/2020/01/14/iad
totally 75M
gsutil ls -l gs://archive-mlab-oti/ndt/traceroute/2020/01/27/iad
totally 77M

The drop of tests in BQ table could be related to m-lab/etl-gardener#204

@yachang yachang removed the P0 label Jan 29, 2020
@yachang
Copy link
Contributor Author

yachang commented Feb 12, 2020

Number of tests for 2020-02-11 increased back to 10017424 (about 10%)

Not sure it is a one day thing, will keep updating here.

@stephen-soltesz
Copy link
Contributor

@yachang please add original query to help others reproduce.

@yachang
Copy link
Contributor Author

yachang commented Feb 18, 2020

m-lab/etl#820

Is a issued triggered by this issue

@yachang
Copy link
Contributor Author

yachang commented Feb 18, 2020

here is the BQ used:

SELECT
ts,
COUNT(*) AS num

FROM (
SELECT
DATE(TestTime) as ts
FROM mlab-oti.base_tables.traceroute

WHERE
DATE(_PARTITIONTIME) BETWEEN DATE("2020-01-01") AND DATE("2020-02-20")
)

GROUP BY ts
ORDER BY ts DESC

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

No branches or pull requests

3 participants