aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Collapse)AuthorAgeFilesLines
* Use new junit APIJon Bratseth2018-05-041-1/+6
|
* Merge with masterJon Bratseth2018-05-025-44/+50
|\
| * Remove usage of junit.frameworkJon Bratseth2018-04-305-44/+50
| |
* | Reorganize code, no functional changeJon Bratseth2018-05-021-1/+3
|/
* Remove usage of junit.frameworkJon Bratseth2018-04-2717-127/+242
|
* No reason to fake history to simulate a faster moving clock.Henning Baldersheim2018-04-182-4/+2
|
* Default 10 minutes TTLHenning Baldersheim2018-04-181-2/+2
|
* Use emplace instead of older insert.Henning Baldersheim2018-04-031-9/+5
|
* Use move constructors.Henning Baldersheim2018-04-031-3/+3
|
* Use std::move and move constructors where benefiscal.Henning Baldersheim2018-04-0312-51/+50
|
* Ensure buffer length returned is independent of evaluation orderTor Brede Vekterli2018-03-051-3/+7
| | | | | | `stealBuffer()` nulls out the fields used to compute `getDataLen()`, so if the compiler had decided to evaluate `stealBuffer()` first, we'd end up with a buffer length of zero.
* Remove finalizers from MessageBus componentsTor Brede Vekterli2018-02-238-90/+0
| | | | Finalizers are deprecated and not deterministic
* Factor out CountDownLatch and Gate to separate header files.Tor Egge2017-12-112-0/+2
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Mutex instrumentation is long gone.Tor Egge2017-10-275-6/+6
|
* Nonfunctional changes onlyJon Bratseth2017-10-261-1/+2
|
* Give more information on routing error.Henning Baldersheim2017-10-261-1/+1
|
* Add newline for visual pleasure.Henning Baldersheim2017-10-251-0/+2
|
* Expose underlying errors.Henning Baldersheim2017-10-251-11/+18
|
* Merge branch 'master' into balder/remove-searchxxxpolicyHenning Baldersheim2017-10-172-5/+0
|\
| * remove OOS remnantsArne Juul2017-10-172-5/+0
| |
| * Fully remove OOS stuff from java too.Henning Baldersheim2017-10-1611-98/+24
| |
| * Remove some java OSS stuff too.Henning Baldersheim2017-10-165-647/+0
| |
| * Remove OSS from c++Henning Baldersheim2017-10-1622-946/+17
| |
* | remove long gone SearchRow and SearchColumn policies.Henning Baldersheim2017-10-171-1/+3
| |
* | Remove SERVICE_OOS from c++Henning Baldersheim2017-10-172-2/+2
| |
* | Fully remove OOS stuff from java too.Henning Baldersheim2017-10-1711-98/+24
| |
* | Remove some java OSS stuff too.Henning Baldersheim2017-10-175-647/+0
| |
* | Remove OSS from c++Henning Baldersheim2017-10-1722-946/+17
|/
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-054-34/+1
|
* Be conservative if you do not know the protocol.Henning Baldersheim2017-09-301-1/+1
|
* Revert "Revert "Balder/let protocol signal sequencing requirements""Henning Baldersheim2017-09-305-6/+19
|
* Revert "Balder/let protocol signal sequencing requirements"Arnstein Ressem2017-09-305-19/+6
|
* Return reply in different thread if protocol does not require sequencingHenning Baldersheim2017-09-293-6/+14
|
* Protocols tells if they require sequencing of messages. If not messages ↵Henning Baldersheim2017-09-293-0/+5
| | | | might be reordered for efficiency.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-1/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+1
|
* Merge pull request #3554 from vespa-engine/aressem/remove-post-install-scriptArnstein Ressem2017-09-271-1/+1
|\ | | | | Aressem/remove post install script
| * Create function to install config definitions.Arnstein Ressem2017-09-271-1/+1
| |
* | Merge pull request #3551 from vespa-engine/balder/also-send-in-thread-pool-2Henning Baldersheim2017-09-273-5/+11
|\ \ | | | | | | Balder/also send in thread pool 2
| * | Disable multiple threads until we have figured out ordering requirements ↵Henning Baldersheim2017-09-272-13/+5
| | | | | | | | | | | | from the distributor/content layer.
| * | Assert that we are not rejected. If we are there are a logic flaw somewhere....Henning Baldersheim2017-09-272-4/+6
| | |
| * | Move the redundant sync from shutdown to where it is required in sync.Henning Baldersheim2017-09-271-1/+1
| | |
| * | Assert that task is accepted.Henning Baldersheim2017-09-271-1/+2
| | |
| * | Also reply in the thread pool.Henning Baldersheim2017-09-271-1/+1
| | |
| * | Also reply in the thread pool.Henning Baldersheim2017-09-272-1/+10
| | |