summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Move function to count open files to fastos.Tor Egge2020-04-151-20/+1
* Propagate is_blocking_writes flag in monitor ping reply from proton.Geir Storli2020-04-141-0/+1
* Add test for RemoveOperationWithGidHenning Baldersheim2020-04-111-0/+30
* Simplify after PR feedback.Henning Baldersheim2020-04-091-15/+12
* Remove LID and add an assert before serializing.Henning Baldersheim2020-04-093-23/+17
* First take at making a gid based remove.Henning Baldersheim2020-04-0810-25/+137
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-0816-79/+92
* Control valdation with a config.Henning Baldersheim2020-04-086-8/+21
* %ud -> %uHenning Baldersheim2020-04-083-3/+3
* Log when we actually remove.Henning Baldersheim2020-04-082-2/+7
* temporary enable docstore validation at startup.Henning Baldersheim2020-04-089-11/+77
* Handle add updates to non-existing tensors.Geir Storli2020-04-072-7/+19
* Minimum => MaximumHenning Baldersheim2020-04-061-1/+1
* Add control for kind_of_watermark and reaction time.Henning Baldersheim2020-04-067-28/+53
* Also allow for testing of the adaptive task executor.Henning Baldersheim2020-04-042-1/+2
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-0436-133/+135
* Use common MemoryUsageMetrics in searchcore as wellTor Brede Vekterli2020-04-023-46/+2
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-11/+13
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-271-4/+4
* Merge pull request #12727 from vespa-engine/balder/let-optimize-flag-control-...Henning Baldersheim2020-03-2615-53/+79
|\
| * Add shutdown to thread interface.Henning Baldersheim2020-03-2315-53/+79
* | Use auto and captitalize first word in sentence.Henning Baldersheim2020-03-251-2/+2
* | Unify the metrics for queuesize similar to what we have for the spi queues.Henning Baldersheim2020-03-252-3/+7
* | Expose information from tensor attribute and hnsw index in state explorer for...Geir Storli2020-03-241-4/+11
|/
* Remove garbage comming from typing in the wrong window.Henning Baldersheim2020-03-201-1/+1
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-202-9/+9
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-202-9/+9
* Ordering in tests chnages when hashing changes.Henning Baldersheim2020-03-202-9/+9
* Handle count being zero in transport latch.Tor Egge2020-03-061-1/+5
* Wire in control of executor type.Henning Baldersheim2020-02-286-11/+37
* Update copyright.Henning Baldersheim2020-02-271-2/+1
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-2716-120/+122
* Add clarifying commentsHenning Baldersheim2020-02-242-3/+7
* Limit number of attribute threads to reduce thread ping pongHenning Baldersheim2020-02-242-1/+2
* - Add debug logging.Henning Baldersheim2020-02-231-1/+1
* Allow passing const SearchViewHenning Baldersheim2020-02-2211-82/+31
* Only expose shared_ptrHenning Baldersheim2020-02-216-18/+21
* Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-1717-117/+90
* GC unused includes and code.Henning Baldersheim2020-02-163-15/+2
* Remove another indirection not necessary and GC some unused code.Henning Baldersheim2020-02-156-120/+33
* Update commentHenning Baldersheim2020-02-151-1/+1
* Since we are accessing the handler while under read/writer lock, there is no ...Henning Baldersheim2020-02-156-19/+37
* The snapshot has 2 lightweight members only and hence does not need another i...Henning Baldersheim2020-02-156-65/+64
* Avoid copying BucketState, when you only need BucketInfo.Henning Baldersheim2020-02-153-1/+15
* Fix issues detected by clang 10.Tor Egge2020-02-142-1/+2
* It is enough to hold the read lock.Henning Baldersheim2020-02-145-48/+50
* Merge pull request #12137 from vespa-engine/vekterli/patch-retrieved-array-of...Tor Brede Vekterli2020-02-112-15/+83
|\
| * Patch retrieved array of position fields from zcurve array attributeTor Brede Vekterli2020-02-112-15/+83
* | Catch and exit nicely on config error.Henning Baldersheim2020-02-101-6/+14
* | Removed query_setup_time averages in metric set. Added TODO comments for remo...Ola Aunrønning2020-02-073-5/+6