summaryrefslogtreecommitdiffstats
path: root/vespabase/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Enable glibc lock elision."Henning Baldersheim2020-04-181-2/+0
|
* Merge pull request #4422 from vespa-engine/balder/enable-glibc-lock-elisionHenning Baldersheim2020-04-181-0/+2
|\ | | | | Enable glibc lock elision.
| * Enable glibc lock elision.Henning Baldersheim2017-12-121-0/+2
| | | | | | | | See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.4_release_notes/new_features_compiler_and_tools
* | Stop using wheel group for vespa directories.Tor Egge2020-02-251-25/+25
| |
* | Change ownership of $VESPA_HOME/var to root:root.Tor Egge2020-02-241-1/+1
| |
* | Use old style expr syntax.Tor Egge2020-02-121-1/+1
| |
* | update shell bootstrap sectionsArne Juul2019-09-049-0/+37
| |
* | Add local/maven/bin to PATH for Vespa applications, if it existsHåkon Hallingstad2019-08-221-0/+2
| |
* | Preserve PATH for Vespa servicesHåkon Hallingstad2019-08-161-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | common-env.sh sets PATH, instead of adding to it. This means e.g. binaries reachable via PATH, but not in these whitelisted locations, are lost. For our tester application we have a custom image containing a custom maven installation, reachable with the PATH. The effect of setting PATH seems to have been to add VESPA_HOME/bin[64] only. To ensure all programs reachable with the earlier code, is still reachable after this code change, all earlier paths are prepended to PATH.
* | Make sure network is setup when starting Vespa with systemd.Arnstein Ressem2019-08-012-0/+2
| |
* | Always use var/jdisc_containerValerij Fredriksen2019-07-091-1/+1
| |
* | Directory for transparent hugepage kernel setting has changed between RHEL 6 ↵Arnstein Ressem2019-05-281-2/+9
| | | | | | | | and 7. This fix will ensure correct settings for both platforms.
* | Define path for temporary application storageMartin Polden2019-03-261-0/+1
| |
* | Honor JAVA_HOME even if java is in PATHHåkon Hallingstad2018-11-141-1/+1
| |
* | actually suppress missing valgrind warningArne Juul2018-09-271-1/+1
| |
* | Install valgrind suppressions file.Tor Egge2018-08-011-1/+12
| |
* | Allow container to write to var/vespaBjørn Christian Seime2018-06-141-0/+1
| |
* | Scripts using bash extensions should use bash as interpreter.Tor Egge2018-06-011-1/+1
| |
* | update bootstrapArne Juul2018-05-169-18/+45
| |
* | avoid findhost in prestart for nowArne Juul2018-05-141-1/+0
| |
* | update bootstrap section of scriptsArne Juul2018-05-149-0/+81
| |
* | Change new tests to use square bracket style.Tor Egge2018-03-132-3/+3
| | | | | | | | Collapse nested if statements.
* | Changes to allow unprivileged vespa.Tor Egge2018-03-122-4/+12
| |
* | Create filedistribution dir before starting VespaHarald Musum2018-02-071-0/+1
|/
* Do not allow the default libc allocator under linux to excess in memory ↵Henning Baldersheim2017-11-151-0/+1
| | | | footprint with many threads.
* Remove handling of directories that are not in use anymoreHarald Musum2017-11-101-3/+1
|
* Config definitions moved to another location.Arnstein Ressem2017-10-201-0/+1
|
* Revert "Move config server defs and make sure VESPA_USER owns var/."Harald Musum2017-10-191-1/+0
|
* Move config server defs and make sure VESPA_USER owns var/.Arnstein Ressem2017-10-191-0/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+0
|
* Fix directories.Arnstein Ressem2017-09-261-0/+1
|
* Remove yjava and yell directories.Arnstein Ressem2017-09-221-1/+0
|
* change wording after reviewArne Juul2017-09-212-2/+2
|
* ensure error messages are propagatedArne Juul2017-09-212-10/+4
| | | | | | * this should ensure that failures to start send any error messages back so they are available. Tested both in the docker and the systemd startup cases.
* Remove unused directory used only in previous versionsHarald Musum2017-09-181-2/+0
|
* Write to a directory only writable by vespa user.Henning Baldersheim2017-08-111-0/+1
|
* neutral default for VESPA_USERArne Juul2017-07-252-4/+6
|
* Revert "Remove fallback setting of VESPA_USER, it should already be set from"Geir Storli2017-07-071-1/+5
|
* Merge pull request #2930 from yahoo/toregge/move-chown-of-ylock-arenaGeir Storli2017-07-071-4/+0
|\ | | | | Remove chown, this is now handled elsewhere.
| * Remove chown, this is now handled elsewhere.Tor Egge2017-07-071-4/+0
| |
* | Remove fallback setting of VESPA_USER, it should already be set fromTor Egge2017-07-071-5/+1
|/ | | | config file (default-env.txt).
* use VESPA_HOMEArne H Juul2017-06-281-1/+2
| | | | * also, ensure logs/configserver exists
* use VESPA_HOMEArne H Juul2017-06-281-19/+19
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-1710-26/+8
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1413-11/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+11
|
* Update copyright headersJon Bratseth2017-06-1413-11/+13
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1313-15/+13
|