aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/feedview
Commit message (Expand)AuthorAgeFilesLines
* Sync master executor one extra time....Henning Baldersheim2021-11-301-0/+2
* Do not move when it is a const reference.Henning Baldersheim2021-11-301-1/+1
* Add DoneCallback to removeDocuments.Henning Baldersheim2021-11-301-8/+7
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+6
* Wire in OnDoneCallback in handleLidSpaceCompaction to avoid brute force sync_...Henning Baldersheim2021-11-301-10/+20
* Avoid using sync_all_executors.Henning Baldersheim2021-11-301-6/+11
* Remove sync_all_executors from IThreadingService interface.Henning Baldersheim2021-11-261-1/+2
* Revert "Go back to using sync"Henning Baldersheim2021-11-231-2/+2
* Do not require sync of all executorsHenning Baldersheim2021-11-221-3/+6
* Differentiate the levels of sync required.Henning Baldersheim2021-11-221-19/+19
* Go back to using syncHenning Baldersheim2021-11-221-2/+2
* Follow renamingHenning Baldersheim2021-11-221-10/+10
* GC some unused code and less sync_all_executors.Henning Baldersheim2021-11-211-2/+2
* GC some unused code and less sync_all_executors.Henning Baldersheim2021-11-211-19/+0
* Updated expected invocation count after sync has been replaced with forceCommitHenning Baldersheim2021-11-211-6/+2
* Move draining to separate methodHenning Baldersheim2021-11-191-0/+3
* Update feed view unit test to not assume implicitTor Egge2021-11-181-0/+7
* Use removes_complete() instead of removeComplete() and removeBatchComplete().Tor Egge2021-11-181-3/+4
* Do not inherit Syncable. sync -> sync_all_executors to make its call sites mo...Henning Baldersheim2021-11-161-3/+3
* Keep write context live until inverter thread has completed invert task.Tor Egge2021-11-101-1/+1
* Use vector of lids in IIndexWriter api.Henning Baldersheim2021-10-291-5/+6
* notifyRemove -> notifyRemovesHenning Baldersheim2021-10-281-1/+1
* Notify gid-lid changes in batch on delete bucket.Henning Baldersheim2021-10-271-5/+7
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Remove unused variables.Tor Egge2021-03-131-1/+0
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-2/+2
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-2/+3
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+1
* Delay gid to lid change notifications for put operations.Tor Egge2020-11-191-5/+2
* Revert "Use a hash_set<int32_t> to quickly check if a field is an index field."Harald Musum2020-11-091-1/+1
* Use a hash_set<int32_t> to quickly check if a field is an index field.Henning Baldersheim2020-11-081-1/+1
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-16/+7
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-0/+4
* Trim down LidReuseDelayer.Tor Egge2020-10-301-49/+43
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-58/+25
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
* Add mutable for move to work as expectedHenning Baldersheim2020-10-081-3/+3
* Ensure we really wait until operation is complete.Henning Baldersheim2020-10-081-4/+9
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Use correct serial number when creating attribute.Henning Baldersheim2020-10-031-1/+1
* Account for extra invocation on summary executor too.Henning Baldersheim2020-09-031-1/+1
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-2/+4
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-13/+12
* Transfer shared_ptr by value.Henning Baldersheim2020-08-201-1/+1
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-35/+3
* Rename context to IDestructorCallbackSPHenning Baldersheim2020-07-081-2/+2
* Async handling of gid/lid changes.Henning Baldersheim2020-07-071-3/+3
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-1/+1
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-5/+5
* GC unused code.Henning Baldersheim2019-12-161-1/+0