aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Call std::_Exit(0) if SIGINT or SIGTERM is received while loadingTor Egge2021-02-041-1/+43
| | | | data structures, replaying transaction log or performing startup reprocessing.
* Include thread as needed.Tor Egge2021-02-031-0/+1
|
* Improve handling of changed alloc config.Tor Egge2021-02-022-0/+4
|
* Use lambda over closure.Henning Baldersheim2021-01-251-3/+4
|
* Revert "Revert "Wire in the BucketExecutor.""Henning Baldersheim2021-01-232-1/+6
|
* Revert "Wire in the BucketExecutor."Harald Musum2021-01-232-6/+1
|
* Wire in the BucketExecutor.Henning Baldersheim2021-01-232-1/+6
|
* GC usage of useDirectStorageApiRpcHenning Baldersheim2021-01-171-1/+0
|
* Revert "GC unused useDirectStoarageApiRpc flag"Harald Musum2021-01-171-0/+1
|
* GC unused useDirectStoarageApiRpc flagHenning Baldersheim2021-01-171-1/+0
|
* Use forward declarations to reduce amount of included code.Henning Baldersheim2021-01-151-0/+1
|
* Add interface for resource usage listener to spi.Tor Egge2021-01-152-4/+11
| | | | Propagate resource usage to service layer.
* Include thread header file when needed.Tor Egge2021-01-041-0/+1
|
* Make "events before wakeup" configurable for SharedRpcResources.Geir Storli2020-12-101-2/+14
|
* Add noexcept specifiers to non-throwing constructors and operators.Tor Egge2020-12-051-2/+2
|
* remove EngineOrFactoryHåvard Pettersen2020-12-041-3/+4
|
* Move to .cpp fileHenning Baldersheim2020-12-012-10/+13
|
* Avoid polluting global namespaceHenning Baldersheim2020-12-011-1/+1
|
* Also test distributr directly on chainHenning Baldersheim2020-12-011-2/+5
|
* Just take a nap when Q is full.Henning Baldersheim2020-12-012-20/+8
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-5/+8
|
* Avoid creating buckets via SPI when using distributor.Tor Egge2020-11-3012-37/+1
|
* Revert cleanup that was a bit too optimistic.Henning Baldersheim2020-11-271-0/+5
|
* Merge pull request #15503 from vespa-engine/balder/gc-loadtype-setHenning Baldersheim2020-11-275-27/+7
|\ | | | | Balder/gc loadtype set
| * GC LoadType and PriorityMapper.Henning Baldersheim2020-11-271-5/+0
| |
| * GC LoadTypeSetHenning Baldersheim2020-11-275-22/+7
| |
* | cleanup unused includeArne Juul2020-11-271-1/+0
|/
* Use correct storage cluster name.Henning Baldersheim2020-11-261-1/+1
|
* As we have have now removed the expensive Route member we can further ↵Henning Baldersheim2020-11-264-4/+16
| | | | | | | | | | compact the message objects. - Compact StorageMessageAddress to 16 bytes by - using reference to cluster name. - Use small enums for protocol and node type. - Avoid having StorageMessage as separate allocation. - Avoid default values
* Create the mbus::Route on demand instead of storing it inside ↵Geir Storli2020-11-254-4/+10
| | | | | | StorageMessageAddress. Creating and deleting the route is expensive and not used with RPC for Storage API communication.
* Remove load type from ContextHenning Baldersheim2020-11-241-4/+2
|
* Adjust serial number in feed handler during replay to ensureTor Egge2020-11-171-0/+1
| | | | proper semantics when using IGetSerialNum interface.
* Tune parameters to show differences in performance.Henning Baldersheim2020-11-091-8/+8
|
* Merge pull request #15229 from vespa-engine/balder/add-test-scriptHenning Baldersheim2020-11-091-0/+32
|\ | | | | Add a small test script for running a set of benchmarks.
| * Use 1 client thread for spi only and 2 for rest.Henning Baldersheim2020-11-091-3/+3
| |
| * Add dashes to client-threadsHenning Baldersheim2020-11-091-1/+1
| |
| * Add a small test script for running a set of benchmarks.Henning Baldersheim2020-11-091-0/+32
| |
* | GC unused legacy bucket db flagHenning Baldersheim2020-11-091-11/+0
|/
* Add bucket-db-stripe-bits optionHenning Baldersheim2020-11-021-1/+12
|
* Sort option descriptions and enums to ensure they are in sync.Geir Storli2020-10-261-7/+7
|
* Add option to turn on use_async_message_handling_on_schedule.Geir Storli2020-10-261-10/+22
|
* Allow changing indexing.tasklimit and indexing.semiunboundtasklimit inTor Egge2020-10-202-0/+5
| | | | proton config without restart.
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
|
* Remove search::StateFile and search::StateBuf.Tor Egge2020-10-161-35/+0
|
* Remove search::IOErrorHandler.Tor Egge2020-10-161-3/+0
|
* Remove search::SigBusHandler.Tor Egge2020-10-161-3/+0
|
* Remove stoponioerrors from proton config.Tor Egge2020-10-164-238/+7
|
* handle both engine- and factory-based tensorsArne Juul2020-10-151-5/+6
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* Fix forward declarations.Tor Egge2020-10-142-2/+2
|
* Remove partitions from SPI.Tor Egge2020-10-143-24/+7
|