Home
last modified time | relevance | path

Searched hist:"0 a9fafedcd557e5d92cb85946a8e9a1dadb8d639" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php0a9fafedcd557e5d92cb85946a8e9a1dadb8d639 Sun Apr 05 14:09:16 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: fix lock() releasing foreign locks on partial failure

Track successfully acquired locks in $lockedIndexes so that
unlock() only releases locks this collection actually holds.
Previously, a failed lock acquisition would call unlock() which
released all index locks including ones never acquired, potentially
releasing locks held by other processes.