aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-133-6/+13
|
* Merge pull request #24013 from ↵Ola Aunrønning2022-09-123-0/+112
|\ | | | | | | | | vespa-engine/olaa/prometheus-metric-packet-handler MetricsPacketsHandler supports Prometheus format
| * MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-123-0/+112
| |
* | soonActive => targetActiveHenning Baldersheim2022-09-093-25/+15
| | | | | | | | Wire in targetActive in MonitorReply/Pong.
* | Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
|/
* Merge pull request #23985 from vespa-engine/update-stale-commentsHenning Baldersheim2022-09-091-4/+5
|\ | | | | Update stale comments after refactoring the code.
| * Update stale comments after refactoring the code.gjoranv2022-09-081-4/+5
| |
* | Merge pull request #23976 from vespa-engine/jonmv/catch-right-exceptionHenning Baldersheim2022-09-081-1/+4
|\ \ | |/ |/| ClassCastException will be wrapped in an IllegalArgumentException
| * ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
| |
* | Remove var that is now unused.gjoranv2022-09-081-1/+0
| |
* | Return Set instead of collection.gjoranv2022-09-085-11/+9
| |
* | Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-086-46/+42
| | | | | | | | regardless of success or failure.
* | Merge pull request #23939 from ↵gjoranv2022-09-0711-190/+437
|\ \ | |/ |/| | | | | vespa-engine/cleanup-after-failed-component-graph-take2 Cleanup after failed component graph take2 [run-systemtest]
| * Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| | | | | | | | that fail in the graph setup phase.
| * Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| |
| * Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9
| | | | | | | | set up the graph, before component construction.
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-077-27/+98
| | | | | | | | | | | | | | - To be able to uninstall bundles from a config generation that has failed, without affecting the bundles from the last successful generation. (Component reconfig with unchanged bundles was not handled correctly.)
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-055-7/+10
| | | | | | | | - Only used for logging for now.
| * Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| | | | | | | | unchanged bundles does not affect the already installed bundles.
| * Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| |
| * Reapply "Use a better name for map of active bundles."gjoranv2022-09-011-9/+9
| | | | | | | | This reverts commit 236bbd6745f7aba4ac0fddb6e8dbdd5b78963857.
| * Reapply "Add TODO for handling >2 generations of bundles."gjoranv2022-09-011-2/+5
| | | | | | | | This reverts commit 581adfacdb511725ae4867dc83b3d2987e7f7347.
| * Reapply "Set duplicate bundles to the set of bundles from the failed ↵gjoranv2022-09-012-5/+8
| | | | | | | | | | | | generation." This reverts commit c5d3f1d34c8dc637cc3cc38a8d3a246d3f32ce66.
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-017-120/+183
| | | | | | | | This reverts commit cbed8a40c2a72ca09b7b8e97f83c3acde3479ab3.
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| | | | | | | | This reverts commit 60e7b087648bc3c5fa4c4a06ca75f740e176f9d5.
| * Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-018-42/+111
| | | | | | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* | Fail independently of schemeBjørn Christian Seime2022-09-021-3/+3
| |
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-0/+3
|\ \ | |/ |/| Bratseth/model config
| * Add 'model' config typeJon Bratseth2022-08-311-0/+3
| |
* | Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-318-111/+42
| | | | | | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* | Revert "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-08-311-3/+5
| | | | | | | | This reverts commit 02f3715b1e181460eeb974ba7d89d9f65558a03d.
* | Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-317-183/+120
| | | | | | | | This reverts commit 41b9952b7f5b6062a6090ad5eb65d1aa3f8a9b84.
* | Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-312-8/+5
| | | | | | | | This reverts commit f68b1f92937d495ce968d07ae7e7212b0e3cce47.
* | Revert "Add TODO for handling >2 generations of bundles."gjoranv2022-08-311-5/+2
| | | | | | | | This reverts commit 41b311dd2391e6d3d1566378ab120fa14424ed07.
* | Revert "Use a better name map of active bundles."gjoranv2022-08-311-9/+9
| | | | | | | | This reverts commit aa4a00677f2069f89c47f9bfb57251d6b99a6b80.
* | Use a better name map of active bundles.gjoranv2022-08-311-9/+9
| |
* | Add TODO for handling >2 generations of bundles.gjoranv2022-08-311-2/+5
| |
* | Merge pull request #23847 from ↵Jon Marius Venstad2022-08-3111-171/+304
|\ \ | | | | | | | | | | | | vespa-engine/cleanup-after-failed-component-graph_rebased Cleanup after failed component graph [run-systemtest]
| * | Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-302-5/+8
| | |
| * | Make it possible to test the Container with synthetic bundlesgjoranv2022-08-307-120/+183
| | | | | | | | | | | | | | | + Add test for installing/uninstalling upon both successful and unsuccessful reconfig.
| * | Remove unnecessary and out-of-place xml from synthetic config.gjoranv2022-08-251-5/+3
| | |
| * | Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-258-42/+111
| | |
| * | minor: rearrange/rename methodsgjoranv2022-08-251-15/+15
| | |
* | | Merge pull request #23841 from vespa-engine/bjorncs/hc-proxy-protocolMorten Tokle2022-08-301-2/+1
|\ \ \ | | | | | | | | Use proxy-protocol independently of mixed mode setting
| * | | Use proxy-protocol independently of mixed mode settingBjørn Christian Seime2022-08-291-2/+1
| | |/ | |/|
* / | Clone map with sufficient initial sizeJon Bratseth2022-08-282-13/+5
|/ /
* | Remove printlnJon Bratseth2022-08-261-1/+0
| |
* | Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
| |
* | Wire in query parameter profileDepth to control how deep down in the depency ↵Henning Baldersheim2022-08-251-4/+3
|/ | | | | | tree profiling shall go.
* removal suppressionHenning Baldersheim2022-08-253-23/+16
|