<table><tr><td style="">bruns created this revision.<br />bruns added reviewers: Baloo, Frameworks, poboiko, ngraham.<br />Herald added projects: Frameworks, Baloo.<br />Herald added a subscriber: kde-frameworks-devel.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D16265">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Only one runner should be queued/running at a given time, but the current<br />
condition "m_threadPool.activeThreadCount == 0" is to strong, as the<br />
done() signal is fired from the runner thread while it is still alive and<br />
may be processed before the thread has exited.</p>
<p>Set a flag when the runner is finished, and use this to guard from<br />
scheduling/enqueuing multiple runners. It is fine to enqueue another<br />
runner while the old is cleaning up, the new one will become active<br />
afterwards.</p>
<p>Alternative approach to <a href="https://phabricator.kde.org/D15959" style="background-color: #e7e7e7;
border-color: #e7e7e7;
border-radius: 3px;
padding: 0 4px;
font-weight: bold;
color: black;text-decoration: none;">D15959</a>.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>start `balooctl monitor~<br />
touch a file -> file is indexed, scheduler goes idle afterwards<br />
touch multiple files, new files -> indexing, idle</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>BRANCH</strong><div><div>mimetype_handling</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16265">https://phabricator.kde.org/D16265</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/file/fileindexscheduler.cpp<br />
src/file/fileindexscheduler.h</div></div></div><br /><div><strong>To: </strong>bruns, Baloo, Frameworks, poboiko, ngraham<br /><strong>Cc: </strong>kde-frameworks-devel, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams<br /></div>