aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/combiningfeedview.cpp
Commit message (Expand)AuthorAgeFilesLines
* BucketMove is 3 phased, startMove, createMoveOps, completeMove.Henning Baldersheim2023-10-301-0/+7
* Update copyrightJon Bratseth2023-10-091-1/+1
* Fetch target active from bucketdb.Henning Baldersheim2022-09-111-5/+4
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-6/+6
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+2
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-2/+2
* GC unused sync() interface on IFeedViewHenning Baldersheim2021-10-301-7/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-2/+2
* Use a trinary to also handle temporary mismatching bucket used bits.Henning Baldersheim2021-02-191-9/+14
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+2
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-2/+2
* Revert temporary draining solution.Henning Baldersheim2020-10-301-11/+0
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-5/+0
* Remove allow early ackHenning Baldersheim2020-10-291-10/+0
* Wait for trackers to drain.Henning Baldersheim2020-10-271-0/+11
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-1/+1
* Drop commit of memory structures if high visibility-delayHenning Baldersheim2020-09-281-0/+10
* Add and extra DoneCallback parameter to forceCommit and rename.Henning Baldersheim2020-09-211-2/+2
* Revert "Revert "Only wait for th elids that you are interested in.""Henning Baldersheim2020-08-271-1/+1
* Revert "Only wait for th elids that you are interested in."Arnstein Ressem2020-08-271-1/+1
* Use two stage lid tracking.Henning Baldersheim2020-08-251-1/+1
* Track pending uncommitted lids.Henning Baldersheim2020-08-231-1/+1
* Wire in interfaces for lid based wait.Henning Baldersheim2020-08-221-0/+5
* Some cleanup and refactoring.Henning Baldersheim2020-08-191-11/+8
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-3/+1
* some more cleanupArne Juul2018-06-201-1/+0
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-201-6/+4
|\
| * Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-6/+4
* | use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
|/
* Minor cleanup while reading codeHenning Baldersheim2018-04-201-3/+2
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-3/+3
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-15/+8
* Use propagated bucket space instead of place holder.Tor Egge2017-10-061-2/+4
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-2/+3
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-25/+7
* 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-1/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+4
* Now make all worksHenning Baldersheim2016-11-241-2/+3
* PublishJon Bratseth2016-06-151-0/+306