-
Notifications
You must be signed in to change notification settings - Fork 1
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
RDS disk space issue #106
Comments
@kxyne This is not RDS but Redshift error and yes we may lack disk space there, as we currently have the default (smallest) Node type.
|
Definitely the cause, however it seems to sit at 45% full all the time. Is there another db on it? I'll spin up a new redshift for this run but we need to clean up any old datasets on it too. Definitely the cause, however it seems to sit at 45% full all the time. Is there another db on it? I'll spin up a new redshift for this run but we need to clean up any old datasets on it too. |
@kxyne My guess here is that first query was executed fine, which loads scanned data into Aggregator script drops all tables before it starts load and after aggregated data is unloaded to S3 successfully. I dropped table |
Ah, so it's full because of the previous run, that makes sense, sorry, a bit tired :) |
It looks like we're short on space in the current RDS instance, are there other DBs in it @zelima or do we need to reinstantiate with more disk?
[SQL: "\nINSERT INTO count\n(SELECT\n date, risk, country, asn, count(*) as count, 0 as count_amplified\nFROM(\nSELECT DISTINCT (ip), date_trunc('day', date) AS date, risk, asn, country FROM logentry) AS foo\nGROUP BY date, asn, risk, country ORDER BY date DESC, country ASC, asn ASC, risk ASC)\n"]
INFO: Informed scheduler that task RedShiftAggregation__99914b932b has status UNKNOWN
The text was updated successfully, but these errors were encountered: