aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Jdisc access log: rename 'contentSize'=>'responseSize' + add 'requestsize'Bjørn Christian Seime2021-03-256-10/+28
| | | | | |
* | | | | | Merge pull request #17171 from vespa-engine/balder/avoid-expensive-dynamic_castHenning Baldersheim2021-03-255-13/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | - Avoid inlining exchange_location_nodes to be able to see its execut…
| * | | | | | - Avoid inlining exchange_location_nodes to be able to see its execution ↵Henning Baldersheim2021-03-255-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cost with. - Add isIntermediate, and isLocation virtual methods to avoid very expensive dynamic_cast. - Use search::query::LocationTerm, instead of ProtonLocationTerm when possible.
* | | | | | | Merge pull request #17172 from vespa-engine/hmusum/cleanup-1Jon Marius Venstad2021-03-254-53/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup of some config server tenant code
| * | | | | | | Simplify constructorHarald Musum2021-03-253-11/+5
| | | | | | | |
| * | | | | | | Remove unnecessary test constructorHarald Musum2021-03-252-42/+26
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #17170 from vespa-engine/mortent/secret-store-syntaxMorten Tokle2021-03-254-13/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | New syntax for cloud secret store
| * | | | | | | New syntax for cloud secret storeMorten Tokle2021-03-254-13/+27
| | | | | | | |
* | | | | | | | Merge pull request #17162 from vespa-engine/bjorncs/rename-bc-packagesBjørn Christian Seime2021-03-251-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Rename org.bouncycastle packages to avoid classpath conflict
| * | | | | | | Rename org.bouncycastle packages to avoid classpath conflictBjørn Christian Seime2021-03-241-0/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Other JARs on the same classpath on Hadoop may use non-compatible version of BouncyCastle.
* | | | | | | Merge pull request #17117 from ↵Arne H Juul2021-03-252-12/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/drop-feature-flag-for-distance-threshold backend always expects distanceThreshold now
| * | | | | | backend always expects distanceThreshold nowArne Juul2021-03-232-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * so no need to set an extra bit signalling that it is sent
* | | | | | | Merge pull request #17167 from ↵Bjørn Christian Seime2021-03-255-322/+277
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/convert-state-ressources-to-request-handler Bjorncs/convert state ressources to request handler
| * | | | | | | Don't close clientBjørn Christian Seime2021-03-241-15/+7
| | | | | | | |
| * | | | | | | Add binding without trailing '/'Bjørn Christian Seime2021-03-242-1/+3
| | | | | | | |
| * | | | | | | ConfigServerLocation component is removedBjørn Christian Seime2021-03-241-2/+0
| | | | | | | |
| * | | | | | | Convert StateResource as request handlerBjørn Christian Seime2021-03-245-320/+283
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #17169 from vespa-engine/mpolden/check-stepJon Marius Venstad2021-03-251-10/+25
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Skip block window if instance has no steps
| * | | | | | Skip block window if instance has no stepsMartin Polden2021-03-251-10/+25
| | | | | | |
* | | | | | | Merge pull request #17168 from ↵Martin Polden2021-03-255-101/+132
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/always-send-container-endpoints Send container endpoints on deployment for all routing methods
| * | | | | | | Send container endpoints on deployment for all routing methodsMartin Polden2021-03-252-1/+46
| | | | | | | |
| * | | | | | | Rename rotationNames -> containerEndpointsMartin Polden2021-03-252-13/+13
| | | | | | | |
| * | | | | | | Compute global endpoints from deployment specMartin Polden2021-03-254-87/+73
| |/ / / / / /
* | | | | | | Merge pull request #17161 from vespa-engine/mpolden/cleanupMartin Polden2021-03-253-48/+54
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Clean up test
| * | | | | | Improve log messageMartin Polden2021-03-241-1/+1
| | | | | | |
| * | | | | | Clean up testMartin Polden2021-03-242-47/+53
| |/ / / / /
* | | | | | Merge pull request #17160 from ↵Henning Baldersheim2021-03-252-15/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/reduce-enum-store-dictionary-btree-exposure Reduce EnumStoreDictionary B-tree exposure
| * | | | | | Reduce EnumStoreDictionary B-tree exposure.Tor Egge2021-03-242-15/+6
| | | | | | |
* | | | | | | Merge pull request #17164 from ↵Henning Baldersheim2021-03-257-29/+59
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/catch-exception-when-decoding-query-tensor handle value decoding failures more gracefully.
| * | | | | | | handle value decoding failures more gracefullyHåvard Pettersen2021-03-247-29/+59
| | | | | | | |
* | | | | | | | Merge pull request #17165 from vespa-engine/hmusum/add-has-methodsHarald Musum2021-03-254-5/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add has... methods to ClusterType
| * | | | | | | | Add has... methods to ClusterTypeHarald Musum2021-03-244-5/+7
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #17140 from vespa-engine/gjoranv/merge-http-into-core_rebasedgjoranv2021-03-25207-1959/+1657
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Gjoranv/merge http into core (rebased)
| * | | | | | | | Add missing whitespace.gjoranv2021-03-241-1/+1
| | | | | | | | |
| * | | | | | | | Remove the jdisc_http_service module.gjoranv2021-03-23172-20598/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It has been merged into container-core.
| * | | | | | | | Fix raw usage of ContainerCluster in unit test.gjoranv2021-03-231-3/+3
| | | | | | | | |
| * | | | | | | | Update all component specs to use the container-disc bundlegjoranv2021-03-2311-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .. instead of jdisc_http_service.
| * | | | | | | | Update class comment.gjoranv2021-03-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This class was originally in jdisc_http_service, so it's unclear what its intention was.
| * | | | | | | | Remove jdisc_http_service, chain and processing from Code-map.gjoranv2021-03-231-4/+1
| | | | | | | | |
| * | | | | | | | Do not build or install the jdisc_http_service module.gjoranv2021-03-233-3/+0
| | | | | | | | |
| * | | | | | | | Do not install the jdisc_http_service bundle.gjoranv2021-03-231-1/+0
| | | | | | | | |
| * | | | | | | | Remove all dependencies to jdisc_http_servicegjoranv2021-03-2313-71/+1
| | | | | | | | |
| * | | | | | | | Install bouncycastle dependency jars.gjoranv2021-03-231-0/+1
| | | | | | | | |
| * | | | | | | | Update abi spec after merging in jdisc_http_service.gjoranv2021-03-231-0/+1480
| | | | | | | | |
| * | | | | | | | Copy plugin configuration from jdisc_http_service.gjoranv2021-03-231-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Copy bouncycastle deps to target/deps
| * | | | | | | | Add preinstall bundles from jdisc_http_service to container-disc.gjoranv2021-03-231-0/+13
| | | | | | | | |
| * | | | | | | | Add necessary test deps from jdisc_http_service.gjoranv2021-03-231-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - org.bouncycastle:bcpkix-jdk15on could be skipped
| * | | | | | | | Add test java source files from jdisc_http_service.gjoranv2021-03-2345-0/+7032
| | | | | | | | |
| * | | | | | | | Add main java source from jdisc_http_service.gjoranv2021-03-23113-0/+11601
| | | | | | | | |
| * | | | | | | | Add dependencies required by jdisc_http_servicegjoranv2021-03-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - vespalog is exported by the container-disc bundle , and hence declared in compile scope.