aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | use new code to find configserversArne H Juul2016-07-071-1/+1
|/ | | | | | | * use binary from vespa_defaults instead of old perl code. This is mainly to allow VESPA_CONFIGSERVERS environment configuration to work. * Also, remove duplicate sourcing of common-env.sh
* Remove kernel.core_pattern modificationVegard Sjonfjell2016-06-221-4/+0
|
* Remove /etc/profile editingVegard Sjonfjell2016-06-221-7/+0
|
* Remove vespa-core-dumper from yahoo/vespaVegard Sjonfjell2016-06-222-29/+0
|
* Aressem/add systemd scripts to rpm spec (#140)Arnstein Ressem2016-06-211-1/+2
| | | | | | * Add generated service files for systemd integration. * vespa core dumper in wrong location.
* ignore files generated by cmake (#141)havardpe2016-06-211-0/+2
|
* First draft of systemd service unit configuration files (#133)Vegard Sjonfjell2016-06-213-0/+25
| | | systemd service unit configuration files for vespa (services) and vespa-configserver
* Add vespa-core-dumper and set the kernel.core_pattern to something usable ↵Arnstein Ressem2016-06-212-1/+2
| | | | for CentOS 7
* Allow using the 64-bit OpenJDK vm as well.Arnstein Ressem2016-06-171-2/+2
|
* use VESPA_USERArne Juul2016-06-171-24/+28
| | | | * also, add a couple more fixdir commands
* set VESPA_USER if unsetArne Juul2016-06-171-1/+6
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* Install Defaults.pmEirik Nygaard2016-06-161-0/+2
|