aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageserver/rpc/caching_rpc_target_resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Use a hash map for specs. If the request is a point lookup then just use a ha...Henning Baldersheim2021-06-021-3/+2
* As we have have now removed the expensive Route member we can further compact...Henning Baldersheim2020-11-261-1/+1
* Add support for multiple RPC targets per node when using Storage API over RPC.Geir Storli2020-10-021-30/+53
* Avoid address stringification in common lookup pathTor Brede Vekterli2020-09-221-13/+15
* Reduce log levels to debugTor Brede Vekterli2020-09-141-4/+3
* Minor adjustments based on review feedback.Geir Storli2020-09-141-4/+2
* Decouple CachingRpcTargetResolver from slobrok and fnet implementations and w...Geir Storli2020-09-141-41/+66
* Basic functionality for direct RPC for StorageAPI communicationTor Brede Vekterli2020-09-141-0/+82