summaryrefslogtreecommitdiffstats
path: root/vespabase
Commit message (Collapse)AuthorAgeFilesLines
* 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-1414-12/+14
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+12
|
* Merge pull request #2774 from yahoo/bratseth/update-copyright-headersJon Bratseth2017-06-1414-12/+14
|\ | | | | Update copyright headers
| * Update copyright headersJon Bratseth2017-06-1414-12/+14
| |
* | Rename vespa-fdispatch to vespa-dispatch.Tor Egge2017-06-141-1/+1
|/
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Revert "Rename filedistribution programs to have vespa- prefix.""Tor Egge2017-06-141-1/+1
|
* Revert "Rename filedistribution programs to have vespa- prefix."Harald Musum2017-06-131-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1314-16/+14
|
* Copyright headerJon Bratseth2017-06-1314-14/+16
|
* Merge pull request #2725 from yahoo/toregge/rename-configd-programsGeir Storli2017-06-132-2/+2
|\ | | | | Rename configd programs to have vespa- prefix.
| * Rename configd programs to have vespa- prefix.Tor Egge2017-06-132-2/+2
| | | | | | | | Temporarily add symlinks from old name to new name.
* | Rename filedistribution programs to have vespa- prefix.Tor Egge2017-06-131-1/+1
|/ | | | Temporarily add symlinks from old name to new name.
* Merge pull request #2716 from yahoo/geirst/rename-binaries-in-vespaclient-javaTor Egge2017-06-121-5/+0
|\ | | | | Geirst/rename binaries in vespaclient java
| * Remove installation of binaries that are replaced by java counterparts.Geir Storli2017-06-121-5/+0
| |
* | Rename config-proxy programs to have vespa- prefix.Tor Egge2017-06-122-2/+2
|/
* Merge pull request #2690 from yahoo/geirst/rename-binaries-in-vespaclientTor Egge2017-06-091-6/+2
|\ | | | | Geirst/rename binaries in vespaclient
| * Rename binaries in vespaclient to use vespa- prefix.Geir Storli2017-06-091-2/+2
| |
| * Don't install vds scripts that were replaced by vespa- counterparts before ↵Geir Storli2017-06-091-4/+0
| | | | | | | | Vespa 6.
* | Rename config programs to have vespa- prefix.Tor Egge2017-06-091-1/+1
|/ | | | Temporarily add symlinks from old name to new name.
* refactorArne H Juul2017-06-081-137/+87
| | | | | * rewrite to make further changes easier * also: avoid /home/y references
* Rename memfilepersistence binaries to have vespa- prefix.Tor Egge2017-06-071-0/+1
| | | | Temporarily add symlinks from old name to new name.
* Rename storageserver binaries to have vespa- prefix.Tor Egge2017-06-071-2/+2
| | | | Temporarily add symlinks from old name to new name.
* Merge pull request #2642 from yahoo/toregge/rename-searchcore-binariesGeir Storli2017-06-071-3/+3
|\ | | | | Rename searchcore binaries to have vespa- prefix.
| * Rename searchcore binaries to have vespa- prefix.Tor Egge2017-06-061-3/+3
| | | | | | | | Temporarily add symlinks from old name to new name.
* | Stop supporting downgrade to vespa 5.Tor Egge2017-06-052-9/+0
|/
* increase the open-files resource limitArne H Juul2017-04-281-2/+2
|
* Fix syntaxHarald Musum2017-02-071-1/+1
|
* Apparently [ a -a b] does not short-cicuit, whereas [[ a && b ]] doesHarald Musum2017-02-071-1/+1
|
* Merge pull request #1673 from yahoo/aressem/fix-make-install-on-centosHenning Baldersheim2017-02-031-1/+1
|\ | | | | Fix make install from out of source build.
| * Fix make install from out of source build.Arnstein Ressem2017-02-021-1/+1
| |
* | Handle max processes not being a number ("unlimited")Harald Musum2017-02-031-1/+2
|/
* always optimizeArne H Juul2017-01-102-7/+2
| | | | * don't behave differently when running via yinst versus not.
* Remove vespsafeeder-oldJon Marius Venstad2016-11-151-1/+0
|
* Only set ulimit if neededHarald Musum2016-10-181-2/+10
|
* export STD_THREAD_PREVENT_TRY_CATCH=trueHenning Baldersheim2016-09-301-0/+2
|
* ignore SIGTERM during valgrind startupArne H Juul2016-09-121-0/+2
| | | | | | | | * we've seen some false valgrind positives when the application didn't finish loading shared libraries, etc before shutdown (TERM signal) happened. We may need to reset SIGTERM handling to default in some more places, but most of our programs already catch and handle it with controlled shutdown.
* Also verify the most dirty one.Henning Baldersheim2016-09-061-5/+0
|
* Clean up some old junkHenning Baldersheim2016-09-061-12/+0
|
* Merge pull request #327 from yahoo/arnej/enable-yjava-daemon-again-2Jon Bratseth2016-07-071-3/+11
|\ | | | | Arnej/enable yjava daemon again 2
| * bring back jsvc modeArne H Juul2016-07-071-3/+11
| | | | | | | | | | * bring back JSVC mode (aka yjava_daemon mode) as a possibility * create and use a common log_message function
* | remove hard-coded overridesArne H Juul2016-07-071-2/+1
| | | | | | | | | | * will now use setting from environment, with fallback from the Defaults class.