summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton
Commit message (Collapse)AuthorAgeFilesLines
* Update Verizon Media copyright notices.gjoranv2021-10-0727-27/+27
|
* Update 2018 copyright notices.gjoranv2021-10-079-9/+9
|
* Update 2017 copyright notices.gjoranv2021-10-07191-191/+191
|
* Anonymous resident memory used by current process is only sampled on linux.Tor Egge2021-09-271-0/+6
|
* Remove explicit tracking of enum store and multi-value address space usage.Geir Storli2021-09-211-9/+9
| | | | | This has been replaced by generic tracking of address space usage among components in attributes vectors in all sub databases.
* Get paged setting from live attribute config.Tor Egge2021-08-251-0/+10
|
* Report max address space used in attribute vector components from content ↵Geir Storli2021-08-201-25/+25
| | | | | | | nodes (proton) to the cluster controller. This is more generic than explicit address space values for enum store and multi value. This is used in the cluster controller to determine whether to block external feed.
* Use max address space used in attribute vector components to determine ↵Geir Storli2021-08-202-40/+11
| | | | whether to block put and update operations in proton.
* Track max address space usage among components in attributes vectors in all ↵Geir Storli2021-08-202-0/+56
| | | | sub databases.
* Wire in the shared executor for use when loading attributes.Henning Baldersheim2021-08-131-2/+5
|
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-8/+11
| | | | | This prepares for reporting address space usage for more attribute vector components, not only enum store and multi-value mapping.
* Optimize assign updates to tensor attribute with hnsw index by handling them ↵Geir Storli2021-07-141-3/+35
| | | | | | as two phase put operations. This ensures that the costly part of inserting into the hnsw index is done in parallel in the prepare put step.
* Eliminate race in flush engine unit test which caused premature wakeup.Tor Egge2021-07-091-1/+8
|
* Adjust reporting of disk and memory usage in proton.Tor Egge2021-07-072-0/+48
|
* GC unused members from SearchReplyHenning Baldersheim2021-06-282-6/+0
|
* GC dual semicolonHenning Baldersheim2021-06-231-7/+7
|
* Merge pull request #18386 from vespa-engine/havardpe/onnx-dry-run-implHenning Baldersheim2021-06-231-0/+23
|\ | | | | dry run onnx models on setup
| * dry run onnx models on setupHåvard Pettersen2021-06-231-0/+23
| |
* | Use equality operators.Henning Baldersheim2021-06-231-13/+33
| |
* | Only log when config actually changes.Henning Baldersheim2021-06-231-0/+29
|/
* Allow more disk bloat when retiring.Henning Baldersheim2021-06-171-1/+1
|
* Use correct serial number for resumed save config.Tor Egge2021-06-171-6/+118
|
* use explicit expression nameHåvard Pettersen2021-06-021-1/+3
|
* Remove unused variable.Tor Egge2021-05-251-1/+0
|
* external ranking expressionsHåvard Pettersen2021-05-2013-5/+100
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-2013-100/+5
|
* external ranking expressionsHåvard Pettersen2021-05-1813-5/+100
| | | | loaded from potentially compressed files
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Now that everything ↵Harald Musum2021-05-183-0/+80
| | | | is controlled bucketwise by the bucket db we shou…"""""""
* Revert "Revert "Revert "Revert "Revert "Revert "Now that everything is ↵Henning Baldersheim2021-05-183-80/+0
| | | | controlled bucketwise by the bucket db we shou…""""""
* Revert "Revert "Revert "Revert "Revert "Now that everything is controlled ↵Geir Storli2021-05-143-0/+80
| | | | bucketwise by the bucket db we shou…"""""
* Revert "Revert "Revert "Revert "Now that everything is controlled bucketwise ↵Henning Baldersheim2021-05-143-80/+0
| | | | by the bucket db we shou…""""
* Revert "Revert "Revert "Now that everything is controlled bucketwise by the ↵Harald Musum2021-05-133-0/+80
| | | | bucket db we shou…"""
* Revert "Revert "Now that everything is controlled bucketwise by the bucket ↵Henning Baldersheim2021-05-123-80/+0
| | | | db we shou…""
* Rename BucketMoveJobV2 to BucektMoveJobHenning Baldersheim2021-05-121-4/+4
|
* Revert "Now that everything is controlled bucketwise by the bucket db we ↵Harald Musum2021-05-123-0/+80
| | | | shou…"
* Now that everything is controlled bucketwise by the bucket db we should ↵Henning Baldersheim2021-05-113-80/+0
| | | | assert that the local lidtracker is not needed anymore.
* GC frozen buckets conceptHenning Baldersheim2021-05-105-206/+0
|
* No need for the bucket guard anymore for get and visit as all bucket ↵Henning Baldersheim2021-05-102-31/+1
| | | | operations are now controlled from the content layer.
* GC legacy prune removed job.Henning Baldersheim2021-05-092-49/+4
|
* Rename bucket move jobHenning Baldersheim2021-05-052-4/+4
|
* Rename lidspace compaction jobHenning Baldersheim2021-05-051-1/+1
|
* Make handle stop in a uniform way by putting the basics in the base class.Henning Baldersheim2021-05-053-30/+13
|
* Add prune job that uses bucket executor.Henning Baldersheim2021-05-041-3/+40
|
* - GC legacy lidspace compaction job and bucket move job.Henning Baldersheim2021-05-036-1108/+36
| | | | - GC duplicate tests. They are tested more thoroughly in the bucket mover tests.
* Disconnect the runner on stopHenning Baldersheim2021-04-241-2/+8
|
* Avoid heap usage after free in lid space compaction unit test.Tor Egge2021-04-232-2/+2
|
* Refcount must have longer lifetime than master executor.Henning Baldersheim2021-04-233-5/+7
|
* Use a RetainGuard to ensure DocumentDB is not closed until everything has ↵Henning Baldersheim2021-04-234-3/+9
| | | | been drained out.
* Stop maintenance jobs prior to draining references. Also remove a redundant ↵Henning Baldersheim2021-04-231-1/+1
| | | | docTypeName parameter.
* Force having documentdb as shared_ptr.Henning Baldersheim2021-04-132-7/+7
|