Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
9dbbecc8f4
4 changed files with 82 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="Atemu"
|
||||
avatar="http://cdn.libravatar.org/avatar/d1f0f4275931c552403f4c6707bead7a"
|
||||
subject="comment 2"
|
||||
date="2021-05-19T16:54:19Z"
|
||||
content="""
|
||||
Hi Joey, this isn't about startup behaviour.
|
||||
|
||||
My use case (and the repro steps) have the assistant up and running before any modifications are done.
|
||||
|
||||
My issue is that assistant is commiting my changes instantly with no delay while I'd rather have it bunch up things when I save multiple files in quick succession which is precisely what delayadd is supposed to help with (as you said).
|
||||
|
||||
Weirdly however, it just ..doesn't do anything? The date in the file is the exact same as the automatic commit's.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="Atemu"
|
||||
avatar="http://cdn.libravatar.org/avatar/d1f0f4275931c552403f4c6707bead7a"
|
||||
subject="comment 1"
|
||||
date="2021-05-19T17:13:45Z"
|
||||
content="""
|
||||
After observing the issue over the past few days, it has become a bit clearer now.
|
||||
|
||||
The stalling happens when both machines are on, have synced and then one of them goes offline. The assistant never recovers from the loss of connection and since this also stalls manual syncs, this might be because of the SSH caching thingy? I will try disabling it and see whether that helps.
|
||||
|
||||
I guess this probably is a bug then; could this post be moved (and possibly renamed) or should I create a separate bug for this?
|
||||
"""]]
|
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="Nick_P"
|
||||
avatar="http://cdn.libravatar.org/avatar/abf8aa3ac1a976a6a292416b9c604581"
|
||||
subject="comment 5"
|
||||
date="2021-05-19T16:59:21Z"
|
||||
content="""
|
||||
Using 8.20210223-1~ndall+1 ;
|
||||
|
||||
```
|
||||
chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch\"]
|
||||
chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch-check=%(objectname) %(objecttype) %(objectsize)\"]
|
||||
```
|
||||
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,40 @@
|
|||
[[!comment format=mdwn
|
||||
username="Nick_P"
|
||||
avatar="http://cdn.libravatar.org/avatar/abf8aa3ac1a976a6a292416b9c604581"
|
||||
subject="comment 6"
|
||||
date="2021-05-20T10:43:14Z"
|
||||
content="""
|
||||
This is the result of my test framework at the moment, which aims to determine when this issue appeared:
|
||||
|
||||
```
|
||||
version,measured after seconds,zombies
|
||||
8.20201104-g13bab4f2c,30,3
|
||||
8.20201104-g13bab4f2c,60,3
|
||||
8.20201104-g13bab4f2c,90,3
|
||||
8.20201104-g13bab4f2c,120,3
|
||||
8.20201104-g13bab4f2c,150,3
|
||||
8.20201128-g4262ba3c4,30,3
|
||||
8.20201128-g4262ba3c4,60,3
|
||||
8.20201128-g4262ba3c4,90,3
|
||||
8.20201128-g4262ba3c4,120,3
|
||||
8.20201128-g4262ba3c4,150,3
|
||||
8.20210128-g5e5829a8d,30,5
|
||||
8.20210128-g5e5829a8d,60,21
|
||||
8.20210128-g5e5829a8d,90,47
|
||||
8.20210128-g5e5829a8d,120,51
|
||||
8.20210128-g5e5829a8d,150,55
|
||||
8.20210224-gf951847c6,30,9
|
||||
8.20210224-gf951847c6,60,19
|
||||
8.20210224-gf951847c6,90,35
|
||||
8.20210224-gf951847c6,120,51
|
||||
8.20210224-gf951847c6,150,61
|
||||
8.20210429-g84ceedb26,30,3
|
||||
8.20210429-g84ceedb26,60,17
|
||||
8.20210429-g84ceedb26,90,35
|
||||
8.20210429-g84ceedb26,120,49
|
||||
8.20210429-g84ceedb26,150,55
|
||||
```
|
||||
|
||||
I can add more versions to check if requested.
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue