update
This commit is contained in:
parent
2801528eb2
commit
dfe5a98286
1 changed files with 6 additions and 10 deletions
|
@ -1,24 +1,20 @@
|
||||||
[[!comment format=mdwn
|
[[!comment format=mdwn
|
||||||
username="joey"
|
username="joey"
|
||||||
subject="""comment 7"""
|
subject="""comment 8"""
|
||||||
date="2021-10-20T17:04:09Z"
|
date="2021-10-20T17:04:09Z"
|
||||||
content="""
|
content="""
|
||||||
@asakurareiko oh that's encouraging that I seem to be on the right track.
|
@asakurareiko oh that's encouraging that I seem to be on the right track.
|
||||||
|
|
||||||
Adjusted branches still have the same error?
|
Although I was not aware that this test case in your comment #8 failed
|
||||||
|
before?
|
||||||
|
|
||||||
I noticed that
|
I noticed that git-annex opened a second connection to the database for
|
||||||
git-annex opened a second connection to the database for writes, in
|
writes, in addition to the connection it used for reads. That seems likely
|
||||||
addition to the connection it used for reads. That seems likely to be
|
to be involved in whatever locking problem there is on WSL.
|
||||||
involved in whatever locking problem there is on WSL.
|
|
||||||
|
|
||||||
Commit [[!commit d0ef8303cf8c4f40a1d17bd134af961fd9917ca4]] eliminates that
|
Commit [[!commit d0ef8303cf8c4f40a1d17bd134af961fd9917ca4]] eliminates that
|
||||||
second connection. But there's some chance I'll have to revert it.
|
second connection. But there's some chance I'll have to revert it.
|
||||||
|
|
||||||
If you test, please include `git-annex version` output
|
If you test, please include `git-annex version` output
|
||||||
so I can make sure you have a version with that change.
|
so I can make sure you have a version with that change.
|
||||||
|
|
||||||
I also wonder if this means that running 2 git-annex commands
|
|
||||||
simulantaneously will sometimes result in the same sqlite problem, despite
|
|
||||||
these fixes.
|
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue