88a1727d0e4755f75f58a1cd40e033cd2dee73af
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 7"""
4  date="2021-10-20T17:04:09Z"
5  content="""
6 @asakurareiko oh excellent news!
7
8 Before I saw that it's apparently fixed, I noticed that
9 git-annex opened a second connection to the database for writes, in
10 addition to the connection it used for reads. That seems likely to be
11 involved in whatever locking problem there is on WSL. While maybe I already
12 fixed the main one, the fact that fix works makes me even more suspicious
13 about situations where there are multiple database connections.
14
15 Commit [[!commit d0ef8303cf8c4f40a1d17bd134af961fd9917ca4]] eliminates that
16 second connection. But there's some chance I'll have to revert it.
17
18 If you test, please include `git-annex version` output
19 so I can make sure you have a version with that change.
20
21 I also wonder if this means that running 2 git-annex commands
22 simulantaneously will sometimes result in the same sqlite problem, despite
23 these fixes.
24 """]]