aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/bucketmovejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Ignore active state when considering moving from not-ready to ready.Henning Baldersheim2022-09-141-8/+6
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-6/+6
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-6/+6
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-6/+6
* Do not expose iterate api.Henning Baldersheim2022-08-121-8/+9
* Don't attempt to actually execute document moves from a cancelled bucket moverTor Brede Vekterli2022-05-121-2/+8
* Move shared_ptr in BucketMoveJob::StartMove constructorTor Brede Vekterli2022-05-061-4/+4
* GC unused code.Henning Baldersheim2021-10-281-1/+0
* Move MonitoredRefCount and RetainGuard to vespalib.Tor Egge2021-10-181-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename BucketMoveJobV2 to BucektMoveJobHenning Baldersheim2021-05-121-71/+71
* Rename bucket move jobHenning Baldersheim2021-05-051-0/+462
* GC legacy lid-space-compaction and bucket-move jobs.Henning Baldersheim2021-05-031-370/+0
* Use a trinary to also handle temporary mismatching bucket used bits.Henning Baldersheim2021-02-191-8/+23
* Add alternative bucket move job without frozen concept.Henning Baldersheim2021-02-171-4/+3
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-2/+2
* Factor out the scan iterator from the BucketMoveJob.Henning Baldersheim2021-02-021-35/+5
* Some code healt by exposing what is necessary onlyHenning Baldersheim2021-01-261-8/+7
* Use braces.Henning Baldersheim2020-10-311-2/+6
* Check if the lid might block due to missing commit.Henning Baldersheim2020-10-301-9/+13
* fastos::TimeStamp -> vespalib::durationHenning Baldersheim2019-12-161-1/+1
* Fix bug in lid space compaction where partial updates to attributes were lost...Geir Storli2019-05-311-6/+6
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-3/+5
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-2/+2
* Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-131-0/+14
* Block bucket move job if it has too many outstanding move operations.Geir Storli2017-07-051-2/+5
* Block lid space compaction job when it has too many outstanding move operations.Geir Storli2017-07-031-2/+2
* Move common code for handling disk-mem usage state changes to BlockableMainte...Geir Storli2017-06-281-11/+3
* Remove self-tracking of runnable state from bucket move job and align with li...Geir Storli2017-06-281-59/+36
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-3/+3
* Inhibit sub-db moves for non-activated buckets on retired nodesTor Brede Vekterli2017-04-261-5/+10
* Add resource limit factor used by maintenance job to get a slightly higherTor Egge2017-01-091-2/+4
* Stop bucket move maintenance job when memory usage is above limit.Tor Egge2016-06-281-1/+1
* Stop bucket move maintenance job when disk is full.Tor Egge2016-06-271-3/+23
* PublishJon Bratseth2016-06-151-0/+364