https://bugs.kde.org/show_bug.cgi?id=368557

--- Comment #8 from tagwer...@innerjoin.org ---
(In reply to Nate Graham from comment #7)
> Still an issue.
I'd be interested to see if I can get a failure :-/

I've seen similar situations after renaming a parent folder (Bug 392793) and
there are times when baloo stops noticing changes but without me noticing what
might lead to it. I'm not able to reproduce the issue as per the "Steps to
Reproduce" on Neon Unstable.

What I see with debugging is:

  $ balooctl index testfiles/
     ...
    kf.filemetadata: No extractor for "inode/directory"
    Indexing /home/test/testfiles/
    File(s) indexed

  $ balooshow -x testfiles
    kf.baloo.engine: DocumentDB::get 6081089575648257 MDB_NOTFOUND: No matching
key/data pair found
    159ab80000fc01 64513 1415864 testfile [/home/test/testfiles]
            Mtime: 1665416144 2022-10-10T17:35:44
            Ctime: 1665416144 2022-10-10T17:35:44

    Internal Info
    Terms: Mdirectory Minode T9
    File Name Terms: Ftestfiles
    XAttr Terms:

Then indexing a file:

  $ balooctl index testfile/test.txt
     ...
    kf.filemetadata: Fetching extractors for "text/plain"
    Indexing /home/test/testfile/test.txt
    File(s) indexed

  $ balooshow -x testfile/test.txt
    kf.baloo.engine: DocumentDB::get 5622241039547393 MDB_NOTFOUND: No matching
key/data pair found
    13f9660000fc01 64513 1309030 testfile/test.txt
[/home/test/testfile/test.txt]
            Mtime: 1665416144 2022-10-10T17:35:44
            Ctime: 1665416144 2022-10-10T17:35:44
            Cached properties:
                    Line Count: 1

    Internal Info
    Terms: Mplain Mtext T5 T8 X20-1 hello penguin
    File Name Terms: Ftest Ftxt
    XAttr Terms:
    lineCount: 1

A few more debug statements would be nice ...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to