aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-049-56/+28
|
* Merge pull request #24749 from ↵Eirik Nygaard2022-11-046-12/+7
|\ | | | | | | | | vespa-engine/hmusum/use-var-dir-for-zookeeper-config Use var/zookeeper/conf for zookeeper server and client config [run-systemtest]
| * Use var/zookeeper/conf for zookeeper server and client configHarald Musum2022-11-046-12/+7
| | | | | | | | | | Avoid using read-only conf/ directory for config files written when starting zookeeper
* | Merge pull request #24743 from vespa-engine/ean/move-tmpdirEirik Nygaard2022-11-049-15/+16
|\ \ | | | | | | Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]
| * | sortEirik Nygaard2022-11-042-4/+4
| | |
| * | Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-049-15/+16
| | | | | | | | | | | | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* | | Merge pull request #24745 from ↵Henning Baldersheim2022-11-049-28/+56
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/balder/model-importing-code-in-config-model Balder/model importing code in config model [run-systemtest]
| * | Avoid deprecation warnings.Henning Baldersheim2022-11-041-0/+2
| | |
| * | Leave the existing interface as is and add 2 accessors for accessing the ↵Henning Baldersheim2022-11-046-19/+38
| | | | | | | | | | | | tensors directly.
| * | model-integration is not provided, but included in config models.Henning Baldersheim2022-11-041-6/+0
| | |
| * | Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-046-16/+15
| | |
| * | Add the model-integration code to the fat model too.Henning Baldersheim2022-11-041-0/+5
| | |
| * | Use model importer code from config-model-fatHenning Baldersheim2022-11-041-2/+11
| | |
* | | Merge pull request #24746 from vespa-engine/jonmv/use-threadlocal-randomHenning Baldersheim2022-11-041-1/+2
|\ \ \ | |_|/ |/| | Use thread-local random
| * | Use thread-local randomjonmv2022-11-041-1/+2
| | |
* | | Merge pull request #24741 from vespa-engine/arnej/use-real-pwdHenning Baldersheim2022-11-041-1/+1
|\ \ \ | | | | | | | | use /bin/pwd to avoid symlinks
| * | | use /bin/pwd to avoid symlinksArne Juul2022-11-041-1/+1
| | | |
* | | | Merge pull request #24740 from ↵Tor Brede Vekterli2022-11-043-9/+67
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/vekterli/wire-core-dump-encryption-feature-flag Wire core dump encryption public key ID to core dump handler logic
| * | | Wire core dump encryption public key ID to core dump handler logicTor Brede Vekterli2022-11-043-9/+67
| | | |
* | | | Merge pull request #24742 from vespa-engine/geirst/global-filter-upper-limitGeir Storli2022-11-041-1/+1
|\ \ \ \ | |_|/ / |/| | | The range of the global filter upper limit is [0.0, 1.0].
| * | | The range of the global filter upper limit is [0.0, 1.0].Geir Storli2022-11-041-1/+1
| | |/ | |/| | | | | | | Adjust the default value to reflect this.
* | | Merge pull request #24729 from vespa-engine/arnej/add-fix-dirs-and-filesArne H Juul2022-11-044-1/+264
|\ \ \ | |/ / |/| | * add utility for directory/file fixups
| * | ensure expected exception even when running as super-userArne Juul2022-11-041-1/+1
| | |
| * | disallow symlinks, add more testsArne Juul2022-11-032-11/+63
| | |
| * | * add utility for directory/file fixupsArne Juul2022-11-034-1/+212
| | | | | | | | | | | | | | | * use "sudo go test" to exercise chown/chmod in test * also add test for IsExecutableFile
* | | Merge pull request #24739 from ↵Henning Baldersheim2022-11-046-15/+16
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-24736-balder/avoid-crossing-the-creek-for-water Revert "Since large constants are always tensors avoid creating a string just…"
| * | | Revert "Since large constants are always tensors avoid creating a string ↵Harald Musum2022-11-046-15/+16
|/ / / | | | | | | | | | just…"
* | | Merge pull request #24738 from vespa-engine/balder/add-cluster-info-providerJon Marius Venstad2022-11-046-2/+43
|\ \ \ | | | | | | | | Add a provider for cluster information.
| * | | Add a provider for cluster information.Henning Baldersheim2022-11-036-2/+43
| | | |
* | | | Merge pull request #24725 from vespa-engine/jonmv/application-package-streamsValerij Fredriksen2022-11-0416-218/+632
|\ \ \ \ | | | | | | | | | | Draft streamed application package
| * | | | Update test and clean upjonmv2022-11-033-21/+14
| | | | |
| * | | | Change to delegation and input stream suppliers to close correctlyjonmv2022-11-037-179/+186
| | | | |
| * | | | Enforce input suppliers in http clientjonmv2022-11-032-8/+1
| | | | |
| * | | | Create multi-part streams lazilyjonmv2022-11-031-4/+7
| | | | |
| * | | | Use ApplicationPackgeStream for deploymentsjonmv2022-11-0311-176/+286
| | | | |
| * | | | Use a dedicated interface for replacing content, and add docjonmv2022-11-031-10/+44
| | | | |
| * | | | Add option to get application package streams from ApplicationStorejonmv2022-11-032-9/+31
| | | | |
| * | | | Add ApplicationPackageStreamjonmv2022-11-032-0/+255
| | | | |
| * | | | Non-functional changesjonmv2022-11-035-90/+87
| | | | |
* | | | | Merge pull request #24730 from vespa-engine/freva/extend-reservationJon Bratseth2022-11-041-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Re-reserve nodes in activate()
| * | | | | Re-reserve nodes in activate()Valerij Fredriksen2022-11-031-0/+2
| | | | | |
* | | | | | Merge pull request #24736 from ↵Jon Bratseth2022-11-046-16/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/avoid-crossing-the-creek-for-water Since large constants are always tensors avoid creating a string just…
| * | | | | Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-035-7/+6
| | | | | |
| * | | | | Since large constants are always tensors avoid creating a string just to ↵Henning Baldersheim2022-11-036-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | convert it back to tensors. That is a lot of work for nothing.
* | | | | | Merge pull request #24737 from ↵Henning Baldersheim2022-11-031-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/slow-down-when-getting-to-far-ahead-of-server Slow down when getting too far ahead of server.
| * | | | | | Slow down when getting too far ahead of server.Tor Egge2022-11-031-0/+7
|/ / / / / /
* | | | | | Merge pull request #24734 from ↵Geir Storli2022-11-031-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/avoid-ambiguity-when-calling-fill-array-member-function Avoid ambiguity when calling fill_array member function in attribute …
| * | | | | | Avoid ambiguity when calling fill_array member function in attribute builder.Tor Egge2022-11-031-2/+4
| | | | | | |
* | | | | | | Merge pull request #24732 from vespa-engine/aressem/populate-m2-in-imageHarald Musum2022-11-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Poplulate .m2 repo.Arnstein Ressem2022-11-031-1/+1
| | | | | | | |