From 944d7f3be920eb6abe7eb791d58759737af8b00e Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 1 Sep 2010 11:00:13 +0000 Subject: [PATCH] added bug: dup detection --- Notes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Notes b/Notes index 0c56a91..c550b96 100644 --- a/Notes +++ b/Notes @@ -112,3 +112,18 @@ root 18685 0.0 0.0 4352 1188 pts/5 S+ 10:22 0:00 \_ Looks like it has been rebuilding that index for the last 9 days. That's clearly inacceptable. + +Bug: Duplicate detection doesn't seem to work sometimes. I have a lot of +versions with checksum=null and a single instance although they really +are hardlinked to older instances. Example (on mri): + ++---------+-----------+-----------+------------+------------+------------+---------------------+----------------+-----------+------------------------------------------+-----------------+ +| id | file_type | file_size | file_mtime | file_owner | file_group | file_acl | file_unix_bits | file_rdev | checksum | file_linktarget | ++---------+-----------+-----------+------------+------------+------------+---------------------+----------------+-----------+------------------------------------------+-----------------+ +| 1220147 | f | 65559 | 1260229629 | hjp | betreuer | u::rw-,g::r--,o:r-- | | NULL | 41f445efd34cc11f3ec6eb924a5884a7fee0cf15 | NULL | +| 2492389 | f | 65559 | 1260229629 | hjp | betreuer | u::rw-,g::r--,o:r-- | | NULL | NULL | NULL | +| 2492394 | f | 65559 | 1260229629 | hjp | betreuer | u::rw-,g::r--,o:r-- | | NULL | NULL | NULL | +| 2801787 | f | 65559 | 1260229629 | hjp | betreuer | u::rw-,g::r--,o:r-- | | NULL | NULL | NULL | +| 3225686 | f | 65559 | 1260229629 | hjp | betreuer | u::rw-,g::r--,o:r-- | | NULL | NULL | NULL | ++---------+-----------+-----------+------------+------------+------------+---------------------+----------------+-----------+------------------------------------------+-----------------+ +