summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-03-05 21:02:17 +0000
committerGravatar admin <admin@branchable.com>2014-03-05 21:02:17 +0000
commit4c04d483883c47a61cc818061ace90de384da00b (patch)
tree16fd2f7452f48bfc9e12bc5a15e439bebf66a2b1
parentf86866c6130ad7b8eb1433c976e4c94b1f17e30d (diff)
Added a comment: strace or it didn't happen
-rw-r--r--doc/bugs/assistant_eats_all_CPU/comment_21_8ce65a701604b9d13941844c62f62f23._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/assistant_eats_all_CPU/comment_21_8ce65a701604b9d13941844c62f62f23._comment b/doc/bugs/assistant_eats_all_CPU/comment_21_8ce65a701604b9d13941844c62f62f23._comment
new file mode 100644
index 000000000..2e74010df
--- /dev/null
+++ b/doc/bugs/assistant_eats_all_CPU/comment_21_8ce65a701604b9d13941844c62f62f23._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.146"
+ subject="strace or it didn't happen"
+ date="2014-03-05T21:02:17Z"
+ content="""
+This bug is about a particular sequence of system calls. It is not about every possible way that git-annex can use CPU! If you think you have reproduced this bug, you need to include a strace demonstrating the problem, or you're just adding noise.
+
+@Thomas your log shows git-annex doing a git pull over XMPP. This will take CPU, as will any git pull. It is not related to this bug.
+
+@myownlittl the assistant has to scan your repository when it's started to find any files you have modified since the last time it was run. That is not related to this bug. However, I will probably be adding a config knob to disable the startup scan.
+
+@Oliver, you said you had seen this same bug on Ubuntu, but did not show a strace, so I don't know if you are really experiencing the same bug.
+"""]]