summaryrefslogtreecommitdiffstats
path: root/storageserver
Commit message (Collapse)AuthorAgeFilesLines
* Relate to vespalib::duration instead of uint32_tHenning Baldersheim2020-01-021-1/+2
|
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+1
| | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* Move streaming search classes from namespace storage -> streaming.Geir Storli2019-11-281-1/+1
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-206-30/+30
|
* Add config option for using B-tree bucket DB in distributorTor Brede Vekterli2019-09-242-12/+17
| | | | | | Still disabled by default; this will be swapped later. Expose read guard generation for easier debugging. Add some explicit tests for read guard snapshot semantics.
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-211-9/+0
|
* Use proper scope for enum constants.Tor Egge2019-07-302-3/+3
|
* Remove CppUnit dependencies in modulesTor Brede Vekterli2019-06-261-1/+1
| | | | Move test config helpers out of cppunit submodule.
* Rewrite storageserver tests from cppunit to gtest.Geir Storli2019-05-289-1356/+55
| | | | | Also remove a set of tests that have been ignored / disabled for 8 years. These were highly unstable integration tests. System tests should cover such cases instead.
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-101-38/+37
|
* stop using python script for cppunit testsArne Juul2019-03-261-3/+1
|
* Adjust forward declarations in storageserver.Tor Egge2019-02-032-2/+2
|
* Some return values are ignored in storageserver unit test.Tor Egge2019-01-281-6/+6
|
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-041-12/+7
|
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Add default bucket space mapping for test document typeTor Brede Vekterli2018-05-311-1/+5
|
* Revert "Implicitly enable multiple bucket spaces"Tor Brede Vekterli2018-05-301-5/+1
|
* Add default bucket space mapping for test document typeTor Brede Vekterli2018-05-091-1/+5
|
* Minor GC of unused codeHenning Baldersheim2018-04-091-3/+2
|
* Enable test to run againHenning Baldersheim2018-04-061-53/+2
|
* Remove memfile implementation.Henning Baldersheim2018-04-066-175/+4
|
* Start using DocumentTypeRepoFactory.Tor Egge2018-04-041-2/+5
|
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
|
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
|
* Clean out priority blocking stuff in PersistenceThreadHenning Baldersheim2018-03-192-24/+2
| | | | | | | Conflicts: storage/src/tests/persistence/filestorage/filestormanagertest.cpp Resolve merge conflict.
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-4/+3
|
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-7/+12
| | | | argument to storage commands that inherit from BucketCommand.
* Cleanup while looking for missing join.Henning Baldersheim2017-10-132-5/+4
|
* Remove unused support for SPI over RPC.Tor Egge2017-10-034-76/+0
|
* Escape dollar signs in the CMakeLists.txt on code execution as this is used ↵Arnstein Ressem2017-09-301-1/+1
| | | | to populate another cmake script.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Fix directories.Arnstein Ressem2017-09-261-0/+2
|
* Align membersHenning Baldersheim2017-09-051-1/+0
|
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-1/+2
|
* Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-241-9/+4
| | | | when you really need the SP.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+3
|
* Include only what you need.Henning Baldersheim2017-08-182-17/+11
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1425-25/+25
|
* Update copyright headersJon Bratseth2017-06-1425-25/+25
|
* Revert "Copyright header"Jon Bratseth2017-06-1325-25/+25
|
* Copyright headerJon Bratseth2017-06-1325-25/+25
|
* Reduce the visible world..Henning Baldersheim2017-06-076-10/+41
|
* Rename storageserver binaries to have vespa- prefix.Tor Egge2017-06-072-2/+2
| | | | Temporarily add symlinks from old name to new name.
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-024-32/+26
| | | | includes
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-5/+2
|