summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 16:51:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 16:51:34 -0400
commit6d304438ce1c04a01331f4dafd3672a00a40983b (patch)
tree761e1da91836fbe6a4e909c967b76be10c30a28a
parentabff38335c134968c7f52459de292bfcf124b34e (diff)
comment
-rw-r--r--doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_2_116e850299372027481c9d0a1667d5af._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_2_116e850299372027481c9d0a1667d5af._comment b/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_2_116e850299372027481c9d0a1667d5af._comment
new file mode 100644
index 000000000..03683dea1
--- /dev/null
+++ b/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_2_116e850299372027481c9d0a1667d5af._comment
@@ -0,0 +1,25 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-04-04T20:23:19Z"
+ content="""
+Note that v6 is still an experimental feature. I have not tested the
+assistant with it much.
+
+There is an issue documented on [[smudge]] where git can end up
+unncessarily running the smudge filter after git-annex eg, gets a file,
+or adds a file.
+
+This could be related to that; after the assistant added a lot of
+files here, the first `git status` run was quite slow as it ran the clean
+filter on every file. Subsequent `git status` runs then went fast.
+
+But, I don't know why this would make the startup scan slow; it
+doesn't seem to use any git commands that would need to smudge files.
+I tested by exporting `GIT_TRACE=1` and starting the assistant; the
+startup scan went fast and there was nothing in .git/annex/daemon.log
+about smudging.
+
+Also, what are these changes that are apparently being committed to git
+during your startup scan? I don't see such commits, either here.
+"""]]