fixed
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Jul 2022 17:32:26 +0000 (13:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Jul 2022 17:32:26 +0000 (13:32 -0400)
doc/todo/registerurl__58___do_changes_in_journal___34__in_place__34____63__.mdwn
doc/todo/registerurl__58___do_changes_in_journal___34__in_place__34____63__/comment_21_953eaa6ca651597897a6c6ad7a259d1d._comment [new file with mode: 0644]

index f6a50bcff540a6055c814c3dc46dbf1295472ace..8d4b2887b94a2fd7adabc33848f3e6c87888720d 100644 (file)
@@ -29,3 +29,5 @@ may be there is a way to "stagger" those --batch additions somehow so all thousa
 PS More information could be found at [dandisets/issues/225](https://github.com/dandi/dandisets/issues/225 )
 
 [[!tag projects/dandi]]
+
+> [[fixed|done]], see my last comment for what you need to do. --[[Joey]]
diff --git a/doc/todo/registerurl__58___do_changes_in_journal___34__in_place__34____63__/comment_21_953eaa6ca651597897a6c6ad7a259d1d._comment b/doc/todo/registerurl__58___do_changes_in_journal___34__in_place__34____63__/comment_21_953eaa6ca651597897a6c6ad7a259d1d._comment
new file mode 100644 (file)
index 0000000..b417b0a
--- /dev/null
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 21"""
+ date="2022-07-20T17:24:25Z"
+ content="""
+I've finished implementing appending.
+
+In order to avoid stacking up a year-long v10-v12 upgrade behind the current 
+v8-v10 upgrade, appending will for now only be done when
+annex.alwayscompact=false. ([[todo/v11_changes]] has been made to remind
+me to revisit this later.)
+
+That config is necessary for optimal speed in your situation anyway.
+
+You should avoid setting annex.alwayscompact=false if there is an older
+git-annex also installed on the machine, that could be run in the
+repository at the same time as a git-annex process that is doing appends.
+Otherwise, you do risk the old process seeing partial/interrupted appends
+and getting confused.
+"""]]