added bug: dup detection
This commit is contained in:
parent
5953f4048a
commit
944d7f3be9
15
Notes
15
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 |
|
||||
+---------+-----------+-----------+------------+------------+------------+---------------------+----------------+-----------+------------------------------------------+-----------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue