- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Oct 19 2022
Jun 27 2022
Jun 23 2022
Jun 21 2022
Jun 1 2022
May 31 2022
Mar 25 2022
Mar 7 2022
Mar 4 2022
Already done in D7264...
Feb 14 2022
Feb 10 2022
Feb 9 2022
It seems everything is already ok (another cooking task issue reported [1]) in the end so closing this.
I don't know how to trigger an error in the vault, currently; you'd have to change the code to manually do that :|
Also that's a cooker worker issue from sentry from 18h ago or so (as of the moment of this comment).
I'll let you trigger some cooking and reports here your finding.
Something is bothering me, isn't there some catchall exceptions happening in the vault source code somewhere already?
Feb 8 2022
I wonder if replacing @worker_init.connect with @worker_process_init.connect at https://forge.softwareheritage.org/source/swh-scheduler/browse/master/swh/scheduler/celery_backend/config.py$157 would work.
so I'm guessing Celery is eating logs somehow, so Sentry doesn't see them
So i don't currently know what's wrong (if anything is).
So i was wrong, it is correctly set [1].
And there are sentry issues about workers [2].
Yes, i confirm (from #swh-sysadm discussion)
Looking at puppet configuration, my guess is that the sentry_dsn is not set for the vault cookers.
ongoing upgrade for production workers.
In the end, the plan is more simple
that one is mostly fixed, the current blocker to cook snapshots (with reasonable performance) is T2220
- Check storage server api version:
ardumont@vault:~% hostname -f vault.internal.staging.swh.network ardumont@vault:~% sudo grep 5003 /etc/softwareheritage/vault/server.yml url: http://storage1.internal.staging.swh.network:5003/ ssh storage1.internal.staging.swh.network dpkg -l python3-swh.storage | grep ii ii python3-swh.storage 0.43.0-1~swh1~bpo10+1 all Software Heritage storage utilities
Dec 2 2021
Nov 26 2021
Nov 22 2021
Making an async swh-storage (or RPC client for our framework, in general) turns out the not be worth it, threads are just as efficient and don't require complex hacks