aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/blockable_maintenance_job.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Disconnect the runner on stopHenning Baldersheim2021-04-241-0/+1
* If the job is posted on non-master-executor, we must also wait for the Runnab...Henning Baldersheim2021-04-151-1/+1
* Fix forward declarations.Tor Egge2021-01-291-1/+1
* Some code healt by exposing what is necessary onlyHenning Baldersheim2021-01-261-4/+4
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-13/+13
* Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-051-1/+1
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-031-1/+5
* Move common code for handling disk-mem usage state changes to BlockableMainte...Geir Storli2017-06-281-0/+10
* Remove self-tracking of runnable state from bucket move job and align with li...Geir Storli2017-06-281-0/+1
* Remove self-tracking of runnable state from lid space compaction job.Geir Storli2017-06-281-6/+3
* Move info on whether a maintenance job is blocked to separate interface and i...Geir Storli2017-06-271-0/+48