@ardumont These timeouts are either caused by the high CPU usage of swh-storage, or an unrelated issue.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 12 2019
Feb 11 2019
Feb 1 2019
Jan 31 2019
@ardumont These timeouts are either caused by the high CPU usage of swh-storage, or an unrelated issue.
There now remains errors :
- directly related to indexers (bad input) so indexer fails
- Sometimes it's the indexer's api call to the indexer storage that fails. I've created a dashboard to see those errors [1]
To exercise my hypothesis, i've increased those timeouts for storage0.euwest.azure's storage service endpoints:
- revision_get: 500ms to 2s
- directory_ls: 20s to 40s
oh, i think i know... [1] We have a timeout limit on some endpoints... (including the revision_get endpoint mentioned in the stacktrace).
Once in a while, an indexer worker crashes with the following error:
Jan 29 2019
I agree we must be careful with not bloating swh.core, but the current subject, it really makes sense to me to put this basic db access wrapper as a core functionality.
Jan 24 2019
Jan 21 2019
The object storage doesn't have content names, so it cannot address this feature as stated.
Jan 13 2019
Dec 18 2018
Dec 13 2018
Dec 11 2018
Dec 7 2018
Dec 5 2018
Dec 4 2018
Nov 28 2018
Nov 27 2018
Nov 21 2018
Nov 20 2018
Nov 19 2018
Resolved by D645.
Nov 15 2018
Nov 14 2018
Indeed, you're right the timezone offset is used to compute a revision identifier so even if its value is incorrect it should be stored anyway.
The simplest solution would be to check if the computed timezone offset lies in the adequate bounds [UTC−14:00, UTC+14:00] and set it to 0 if not.
Nov 13 2018
Nov 7 2018
objstorage already has an in-memory implementation?
Nov 6 2018
objstorage already has an in-memory implementation?
Oct 24 2018
Oct 23 2018
Oct 22 2018
Oct 19 2018
After a few days of rest:
Oct 18 2018
Oct 16 2018
there is a good chance that this series of diffs break stuffs in the doc generation or some (test) tools at swh-environment level... These will be checked and fixed ASA this series is considered ready to be merged.
\o/