summaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Expand)AuthorAgeFilesLines
...
* simplify moreArne H Juul2021-09-202-10/+6
* remove unused filesArne H Juul2021-09-2011-705/+0
* match in unnamed namespaceArne H Juul2021-09-202-39/+19
* removing more codeArne H Juul2021-09-2012-144/+35
* remove unused variablesArne H Juul2021-09-207-28/+8
* stop sending old-sync RPC callsArne H Juul2021-09-203-193/+4
* remove unused variablesArne H Juul2021-09-203-6/+4
* no double logic if feature flag is onArne H Juul2021-09-202-5/+7
* test rpc_mapping_monitorHåvard Pettersen2021-09-204-1/+235
* Merge pull request #19182 from vespa-engine/arnej/move-some-codeArne H Juul2021-09-2011-84/+44
|\
| * use _exchanger.removePartner for symmetryArne H Juul2021-09-171-6/+2
| * remove unused RpcServerMap::lookupPattern, move match to RPCHooksArne H Juul2021-09-174-38/+21
| * more peer management logic directly in SBEnvArne H Juul2021-09-177-41/+22
* | Merge pull request #19192 from vespa-engine/arnej/tune-timingArne H Juul2021-09-171-2/+2
|\ \
| * | use same timing for initial health checkArne H Juul2021-09-171-2/+2
| |/
* / no need to check useNewLogic() hereArne H Juul2021-09-171-10/+1
|/
* Merge pull request #19171 from vespa-engine/arnej/always-use-new-logic-2Håvard Pettersen2021-09-161-181/+17
|\
| * cosmetic code style changesArne H Juul2021-09-161-181/+17
* | low-level testing of fnet enabled byHåvard Pettersen2021-09-161-1/+1
|/
* always run with new logicArne H Juul2021-09-162-5/+5
* simplify request completion handlingArne H Juul2021-09-157-31/+77
* avoid spurious errorArne H Juul2021-09-101-8/+2
* take no local action in new doAdd()Arne H Juul2021-09-101-2/+0
* also register in old worldArne H Juul2021-09-101-0/+3
* rewrite to use new logicArne H Juul2021-09-103-1/+131
* add wouldConflict() for LocalRpcMonitorMapArne H Juul2021-09-102-0/+10
* extend testHåvard Pettersen2021-09-091-3/+50
* remove ignoreFirstOk flagArne H Juul2021-09-092-10/+3
* handle addLocal for down services betterArne H Juul2021-09-092-5/+53
* add extra method for use by unregister RPC apiArne H Juul2021-09-092-0/+47
* added test for local rpc monitor mapHåvard Pettersen2021-09-097-10/+300
* Merge pull request #19025 from vespa-engine/arnej/prepare-for-switchArne H Juul2021-09-094-1/+28
|\
| * add wouldConflict() method to UnionServiceMapArne H Juul2021-09-082-0/+15
| * make more options for making different scriptsArne H Juul2021-09-082-1/+13
* | skip diff between worlds when using new logicArne H Juul2021-09-081-11/+13
* | add convenience method in RPCHooks for feature flagArne H Juul2021-09-082-0/+6
* | wire feature flag into SBEnvArne H Juul2021-09-083-4/+11
|/
* accept option "-N" (for new logic)Arne H Juul2021-09-071-1/+4
* we want local add (aka register requests) to start health check at onceArne Juul2021-09-025-10/+14
* restrict scope of using statementArne Juul2021-08-301-2/+1
* diff with helper functionArne Juul2021-08-302-27/+37
* do diff of new/old worlds as part of health checkArne Juul2021-08-266-13/+64
* serve RPC calls from global historyArne Juul2021-08-241-55/+54
* make pattern match publicArne Juul2021-08-241-2/+2
* Add noexcept specifiers.Tor Egge2021-08-231-1/+1
* Fix forward declaration.Tor Egge2021-08-231-0/+6
* Merge pull request #18809 from vespa-engine/arnej/use-external-mapping-monitorArne H Juul2021-08-204-98/+106
|\
| * refactor common code -> addToMap/removeFromMapArne Juul2021-08-202-27/+47
| * now lookup never failsArne Juul2021-08-202-29/+27
| * use new MappingMonitorArne Juul2021-08-204-66/+56