summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton
Commit message (Expand)AuthorAgeFilesLines
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-6/+4
* untangle fnet from fastosHåvard Pettersen2023-02-221-3/+3
* remove document::RunnableHåvard Pettersen2023-02-201-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Merge pull request #22879 from vespa-engine/toregge/remove-most-use-of-vespal...Tor Egge2022-06-031-2/+2
|\
| * Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-2/+2
* | Let deadlock detector dump stack of potentially deadlocked threadsTor Brede Vekterli2022-06-021-0/+1
|/
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
* Start the transport in teh constructor.Henning Baldersheim2022-05-121-4/+5
* Wrap the FNET_Transport to make it exception safe.Henning Baldersheim2022-05-121-4/+16
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-13/+12
* move default fadvise setupHåvard Pettersen2022-04-051-0/+21
* Use the InvokeService to tick the clock instead of having a dedicated separat...Henning Baldersheim2022-02-281-1/+1
* Move start and run into separate method to properly scope lifetime of objects...Henning Baldersheim2022-02-251-55/+59
* Revert "Revert "- Create the common transport and threadpool in the main loop.""Henning Baldersheim2022-02-241-2/+19
* Revert "- Create the common transport and threadpool in the main loop."Henning Baldersheim2022-02-241-19/+2
* Use a config builder.Henning Baldersheim2022-02-241-2/+8
* - Create the common transport and threadpool in the main loop.Henning Baldersheim2022-02-241-2/+13
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-4/+7
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Start the metrics manager after everything has been setup to avoid the expens...Henning Baldersheim2021-03-191-5/+2
* Call std::_Exit(0) if SIGINT or SIGTERM is received while loadingTor Egge2021-02-041-1/+43
* Use forward declarations to reduce amount of included code.Henning Baldersheim2021-01-151-0/+1
* Include thread header file when needed.Tor Egge2021-01-041-0/+1
* 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
* Remove partitions from SPI.Tor Egge2020-10-142-19/+2
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-202-4/+4
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-192-4/+4
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-142-4/+4
* Close config and reset component tokens prior to state server shutdownTor Brede Vekterli2020-07-131-1/+1
* Shutdown state server and metric manager before service layerTor Brede Vekterli2020-07-131-0/+3
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-4/+2
* Add async update and followup on PR comments.Henning Baldersheim2020-05-052-2/+2
* Remove deprecated BucketIntegrityCheckerTor Brede Vekterli2020-04-302-7/+0
* - Add async interface to putHenning Baldersheim2020-04-292-33/+17
* Remove flush from provider interface.Henning Baldersheim2020-04-272-7/+0
* Catch and exit nicely on config error.Henning Baldersheim2020-02-101-6/+14
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-3/+4
* Follow api changeHenning Baldersheim2019-11-221-1/+1
* Merge branch 'master' into balder/milliseconds-in-config-rebased-1Henning Baldersheim2019-11-221-6/+6
|\
| * Reduce the number of different ways to get the time.Henning Baldersheim2019-11-211-5/+5
* | FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-3/+3
|/
* GC unused filesHenning Baldersheim2019-09-301-1/+0
* Use enum class for storage::spi::Result::ErrorType.Tor Egge2019-07-301-1/+1
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-1/+1
* Metric manager must be initialized too, not only metric engine.Henning Baldersheim2018-02-051-2/+5