summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-114-1/+15
| | | | | | - It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
* Merge pull request #3374 from vespa-engine/toregge/fedora-26-portArnstein Ressem2017-09-112-12/+65
|\ | | | | Limited port to Fedora 25 and Fedora 26.
| * A C++ compiler and libatomic is needed to build on Fedora.Tor Egge2017-09-091-0/+4
| |
| * Limited port to Fedora 25 and Fedora 26.Tor Egge2017-09-082-12/+61
| |
* | Merge pull request #3375 from vespa-engine/freva/remove-hardware-failure-typeValerij Fredriksen2017-09-115-32/+1
|\ \ | | | | | | Remove hardwareFailureType
| * | Remove hardwareFailureTypeValerij Fredriksen2017-09-085-32/+1
| | |
* | | Merge pull request #3378 from vespa-engine/arnej/cleanup-hostnameJon Bratseth2017-09-113-12/+5
|\ \ \ | | | | | | | | simplify single node case
| * | | simplify single node caseArne Juul2017-09-113-12/+5
|/ / /
* | | Merge pull request #3376 from vespa-engine/balder/bring-documenttype-alongJon Bratseth2017-09-113-5/+50
|\ \ \ | | | | | | | | Balder/bring documenttype along
| * | | Add test that doctype is propagated correctly to where it is needed.Henning Baldersheim2017-09-081-3/+36
| | | |
| * | | This is a stringHenning Baldersheim2017-09-081-1/+1
| | | |
| * | | We need the document type too.Henning Baldersheim2017-09-081-2/+6
| | | |
| * | | Bring along the documenttype so that we know where to look for the documents.Henning Baldersheim2017-09-081-0/+8
| | |/ | |/|
* | | Merge pull request #3377 from ↵Harald Musum2017-09-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/fail-on-not-getting-activate-lock Throw exception when not getting activate lock within timeout
| * | | Throw exception when not getting activate lock within timeoutHarald Musum2017-09-111-1/+1
|/ / /
* | | Merge pull request #3367 from vespa-engine/hakon/move-slobrokmonitor-to-javaBjørn Christian Seime2017-09-085-163/+100
|\ \ \ | | | | | | | | Move SlobrokMonitor to Java
| * | | Review round 1 fixesHåkon Hallingstad2017-09-081-8/+8
| | | |
| * | | Move SlobrokMonitor to JavaHåkon Hallingstad2017-09-075-163/+100
| | | |
* | | | Merge pull request #3344 from ↵Geir Storli2017-09-087-14/+13
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/toregge/remove-unneeded-boundary-check Remove boundary check for mapping from lid to referenced lid since
| * | | Remove boundary check for mapping from lid to referenced lid sinceTor Egge2017-09-067-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target attribute is populated before referenced lid is added to mapping. Adjust getReferencedLids() method to return const array ref with safe size.
* | | | Merge pull request #3373 from vespa-engine/arnej/allow-env-overrideJon Bratseth2017-09-085-34/+13
|\ \ \ \ | | | | | | | | | | Arnej/allow env override
| * | | | use HostName.getLocalhostArne Juul2017-09-081-8/+2
| | | | |
| * | | | use HostName.getLocalhostArne Juul2017-09-081-11/+3
| | | | |
| * | | | use HostName.getLocalhostArne Juul2017-09-081-7/+2
| | | | |
| * | | | use HostName.getLocalhostArne Juul2017-09-081-7/+2
| | | | |
| * | | | allow override from env.varArne Juul2017-09-081-1/+4
| | | | |
* | | | | Merge pull request #3371 from vespa-engine/gjoranv/exclude-scala-xml3Bjørn Christian Seime2017-09-087-1/+35
|\ \ \ \ \ | |/ / / / |/| | | | Exclude scala-xml from provided classpath
| * | | | Exclude scala-xml from provided classpathgjoranv2017-09-087-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* | | | | Merge pull request #3370 from ↵Jon Bratseth2017-09-0819-83/+96
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/arnej/find-hostname-in-defaults-module Arnej/find hostname in defaults module
| * | | | rename source filesArne Juul2017-09-084-3/+3
| | | | | | | | | | | | | | | | | | | | * source files should always include their type (like .sh here)
| * | | | rename variableArne Juul2017-09-083-4/+4
| | | | |
| * | | | use vespa-print-default hostnameArne Juul2017-09-081-3/+1
| | | | |
| * | | | use Defaults::vespaHostnameArne Juul2017-09-084-26/+8
| | | | |
| * | | | use Defaults::vespaHostnameArne Juul2017-09-081-13/+6
| | | | |
| * | | | use Defaults::vespaHostnameArne Juul2017-09-081-11/+2
| | | | |
| * | | | use Defaults.vespaHostnameArne Juul2017-09-082-21/+7
| | | | |
| * | | | add vespaHostname functionArne Juul2017-09-084-2/+65
| | | | |
* | | | | Merge pull request #3368 from vespa-engine/mpolden/fix-deployment-spec-castMartin Polden2017-09-087-25/+73
|\ \ \ \ \ | | | | | | | | | | | | Fix deployment spec cast in container cluster model
| * | | | | Fix deployment spec cast in container cluster modelMartin Polden2017-09-087-25/+73
| |/ / / /
* | | | | Merge pull request #3369 from vespa-engine/gjoranv/lessons-learnedBjørn Christian Seime2017-09-083-8/+2
|\ \ \ \ \ | | | | | | | | | | | | Gjoranv/lessons learned
| * | | | | Add comment about xml-apis dependency.gjoranv2017-09-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Comment from old Vespa repo git log.
| * | | | | Improve comment about malicious Import-Package.gjoranv2017-09-081-1/+1
| | | | | |
| * | | | | Remove unused method leaking InnerCNode from config-bundle.gjoranv2017-09-081-7/+0
|/ / / / / | | | | | | | | | | | | | | | - There is still one widely used method remaining (getCNode).
* | | | | Merge pull request #3303 from vespa-engine/smorgrav/fail_on_unresolved_hostnameJon Bratseth2017-09-089-67/+130
|\ \ \ \ \ | |/ / / / |/| | | | Fail on unresolved ip adresses
| * | | | Remove dead code and tune javadoctoby2017-09-072-6/+3
| | | | |
| * | | | Also allow random hostnames in mock name resolvertoby2017-09-062-0/+6
| | | | |
| * | | | Add back new NodePrioritizer parametertoby2017-09-061-1/+2
| | | | |
| * | | | Revert some of the test thingtoby2017-09-063-18/+6
| | | | |
| * | | | Add known records to the mocked name resolver from provision testertoby2017-09-064-60/+62
| | | | |
| * | | | Update NodePrioritizer inittoby2017-09-061-5/+6
| | | | |