summaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6639 from vespa-engine/arnej/delay-crash-loops-moreArne H Juul2018-08-212-7/+10
|\ | | | | more restart penalty
| * more restart penaltyArne Juul2018-08-212-7/+10
| | | | | | | | | | | | | | | | * set max restart penalty to 30 minutes * scale much faster (exponentially) to max restart penalty * increment restart penalty when a service needs restarting before 30 minutes have passed * reset restart penalty when a service was OK for 5 hours
* | Remove logging no longer needed as we have metrics.Henning Baldersheim2018-08-203-33/+4
|/
* reorder to increase chances of information in stack dumpArne Juul2018-07-241-10/+19
|
* busy looping is badArne Juul2018-07-241-0/+3
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Changes to allow unprivileged vespa.Tor Egge2018-03-121-3/+6
|
* use "vespa" as fallback for VESPA_USERArne Juul2018-01-161-1/+1
|
* Revert "Arnej/fix cmdline tools"Harald Musum2018-01-141-1/+1
|
* use generic use "vespa"Arne Juul2018-01-111-1/+1
|
* only run pstack onceArne Juul2017-12-151-2/+2
| | | | | * otherwise, any useful information is likely to be overwritten when very large processes take some time to exit
* use metrics::Producer instead of SimpleMetricsProducerArne Juul2017-12-072-6/+6
|
* add compulsory description for metricsArne Juul2017-12-071-4/+9
|
* use vespalib metrics libraryArne Juul2017-12-074-67/+39
|
* Add total number of service restarts snapshot metricHÃ¥kon Hallingstad2017-10-231-0/+11
|
* add "uptime" metricArne Juul2017-10-161-9/+36
|
* count restart of sentinel itselfArne Juul2017-10-161-1/+1
|
* use vespalib::SignalHandlerArne Juul2017-10-092-44/+23
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-2/+2
|
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
|
* - make the construction of the pstack command string safe.Henning Baldersheim2017-08-118-88/+55
| | | | - Allow for immediate KILL without requesting stack dump.
* ensure we have enough slashesHenning Baldersheim2017-08-111-1/+1
|
* Write to a directory only writable by vespa user.Henning Baldersheim2017-08-111-11/+5
|
* TMP -> TMPDIRHenning Baldersheim2017-08-111-1/+1
|
* Dump the stack if some processes will not shut down.Henning Baldersheim2017-08-111-0/+20
|
* Update copyright headersJon Bratseth2017-06-1424-24/+24
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1424-24/+24
|
* Update copyright headersJon Bratseth2017-06-1424-24/+24
|
* Remove unnecessary filesJon Bratseth2017-06-141-3/+0
|
* Revert "Copyright header"Jon Bratseth2017-06-1325-24/+27
|
* Copyright headerJon Bratseth2017-06-1325-27/+24
|
* Rename configd programs to have vespa- prefix.Tor Egge2017-06-136-7/+7
| | | | Temporarily add symlinks from old name to new name.
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-7/+3
|
* Awarning it is.Henning Baldersheim2017-05-251-1/+1
|
* We can afford to wait a bit more for config, nor is it an error if it is late.Henning Baldersheim2017-05-253-6/+11
|
* misc cleanup from BaldersheimArne H Juul2017-05-021-3/+1
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+3
|
* Use overrideHenning Baldersheim2017-04-231-3/+1
|
* add override in configd moduleArne H Juul2017-04-101-1/+1
|
* NULL -> nullptrHaavard2017-03-286-26/+26
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-273-43/+26
|
* Optimize includes.Henning Baldersheim2017-02-062-4/+2
|
* md5 had to move too.Henning Baldersheim2017-01-051-0/+1
|
* less spurious warnings at shutdownArne H Juul2016-07-051-1/+5
| | | | | | | | | | | | * the storageserver didn't like getting the TERM signal both from runserver (via killpg) and sentinel, so it would print a warning to stderr. But the warning didn't end with a newline. * the line-splitter used by config-sentinel didn't handle input that didn't end with newline before EOF well, so the warning was never handled and sent to the vespa.log file earlier. * only print warning if too many signals seen (> 2), and end it with a newline. * don't ignore last byte of input if we can avoid it.
* stop faking input after EOFArne H Juul2016-07-042-4/+4
| | | | | | | * don't add extra newline after EOF received * eof() should only return true after all input is consumed * still need to handle EOF-without-newline, but do it in a more conservative manner.
* editing error: mis-placed parenthesisarnej279592016-07-031-2/+2
| | | | * this was leading to really strange problems in system tests.
* avoid "unused result" warningsArne H. Juul2016-07-022-3/+6
|
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-1/+2
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* use VESPA_USER environment variableArne Juul2016-06-171-4/+8
| | | | * defaults to "yahoo" if VESPA_USER is not set