[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30644: Cuirass runs out of build users
From: |
Danny Milosavljevic |
Subject: |
bug#30644: Cuirass runs out of build users |
Date: |
Thu, 8 Mar 2018 01:25:41 +0100 |
As for what's causing this, cuirass's bin/evaluate seems to connect to the
sqlite database and then write stuff into it.
If a query is being done by the http server at the same time, you are going to
be really careful with the sqlite open mode.
There would be ways to still be able to do this, but it's some seriously
unnecessary locking complexity for something small like this.
Is that really necessary? Can't the invoker of bin/evaluate write the result?
It even seems that src/cuirass/base.scm already does the db-add-derivation.
Why is bin/evaluate doing it again?
Same for db-add-evaluation...
pgpQEDoSNWzuF.pgp
Description: OpenPGP digital signature
- bug#30644: Cuirass runs out of build users, Ludovic Courtès, 2018/03/01
- bug#30644: Cuirass runs out of build users, Efraim Flashner, 2018/03/02
- bug#30644: Cuirass runs out of build users, Andreas Enge, 2018/03/05
- bug#30644: Cuirass runs out of build users, Andreas Enge, 2018/03/05
- bug#30644: Cuirass runs out of build users, Andreas Enge, 2018/03/05
- bug#30644: Cuirass runs out of build users, Ludovic Courtès, 2018/03/07
- bug#30644: Cuirass runs out of build users, Danny Milosavljevic, 2018/03/07
- bug#30644: Cuirass runs out of build users,
Danny Milosavljevic <=
- bug#30644: Cuirass runs out of build users, Danny Milosavljevic, 2018/03/07
- bug#30644: Cuirass runs out of build users, Ludovic Courtès, 2018/03/08
- bug#30644: Cuirass runs out of build users, Danny Milosavljevic, 2018/03/11
- bug#30644: Cuirass runs out of build users, Ludovic Courtès, 2018/03/11
- bug#30644: Cuirass runs out of build users, Danny Milosavljevic, 2018/03/24
- bug#30644: Cuirass runs out of build users, Ludovic Courtès, 2018/03/25