summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Detect that loglevel has changes within 3 seconds. Better than 10.Henning Baldersheim2019-01-061-1/+1
|
* Merge pull request #8021 from vespa-engine/balder/handle-type-25Henning Baldersheim2019-01-064-209/+162
|\ | | | | Ensure that we can print ITEM_WORD_ALTERNATIVES too.
| * Ensure that we can print ITEM_WORD_ALTERNATIVES too.Henning Baldersheim2019-01-044-209/+162
| |
* | Merge pull request #8026 from ↵Jon Marius Venstad2019-01-065-12/+14
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/ignore-unknown-zones-when-sorting-deployments-by-jobs Ignore zones for which there are no jobs in deployment step to job ma…
| * | Ignore zones for which there are no jobs in deployment step to job mappingJon Marius Venstad2019-01-055-12/+14
| | |
* | | Merge pull request #8027 from ↵Henning Baldersheim2019-01-0636-162/+108
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/balder/verify-negative-time-does-not-go-eternal Balder/verify negative time does not go eternal
| * | GC unused code and update includesHenning Baldersheim2019-01-0535-146/+70
| | |
| * | Do not sleep longer than necessary, and unify braces.Henning Baldersheim2019-01-051-6/+9
| | |
| * | Verify that negative time time does mean a very long waitHenning Baldersheim2019-01-051-9/+28
| | |
| * | = defaultHenning Baldersheim2019-01-051-1/+1
|/ /
* | Merge pull request #8025 from ↵Jon Marius Venstad2019-01-051-4/+4
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/skip-node-admin-in-service-convergence-check Remove dependencies which are not available
| * | Remove dependencies which are not availableJon Marius Venstad2019-01-051-4/+4
| | |
* | | Merge pull request #8023 from ↵Henning Baldersheim2019-01-053-4/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/avoid-busy-loop-and-long-sleeps-when-retrieving-config Avoid busy loop and long sleeps when retrieving config
| * | | Remove dead code.Tor Egge2019-01-041-1/+0
| | | |
| * | | Break ouf of loop in ConfigSubscriptionSet::acquireSnapshot() if thereTor Egge2019-01-041-0/+2
| | | | | | | | | | | | | | | | is no time left.
| * | | Change ConfigHolder::wait() to immediately return success if a configTor Egge2019-01-042-3/+2
| | | | | | | | | | | | | | | | is already held.
* | | | Merge pull request #8020 from ↵Jon Marius Venstad2019-01-051-0/+11
|\ \ \ \ | | |/ / | |/| | | | | | | | | | vespa-engine/jvenstad/skip-node-admin-in-service-convergence-check Skip services with clustername node-admin
| * | | Make sure node-admin thing is also routing appJon Marius Venstad2019-01-051-1/+10
| | | |
| * | | Skip services with clustername node-adminJon Marius Venstad2019-01-041-0/+2
| | | |
* | | | Merge pull request #8022 from ↵Henning Baldersheim2019-01-041-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/quick-restart-on-portlisten-exception Quck bail out when port can not be listened to.
| * | | | Quck bail out when port can not be listened to.Henning Baldersheim2019-01-041-2/+8
| | |_|/ | |/| |
* | | | Merge pull request #7997 from vespa-engine/hmusum/simplify-3Henning Baldersheim2019-01-041-15/+15
|\ \ \ \ | |/ / / |/| | | Simplify
| * | | SimplifyHarald Musum2019-01-031-15/+15
| | | |
* | | | Merge pull request #8018 from vespa-engine/hakonhall/export-flagdata-wire-formatValerij Fredriksen2019-01-043-7/+31
|\ \ \ \ | | | | | | | | | | Export FlagData wire format
| * | | | Export FlagData wire formatHåkon Hallingstad2019-01-043-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FlagData wire format (WireFlagData and friends) is useful with e.g. Jersey JAX-RS client when Jackson is used as a serializer. Therefore, export it. Also, add a bit more sanity-checking on using Flags.Replacer during tests.
* | | | | Merge pull request #8019 from ↵Ilpo Ruotsalainen2019-01-0468-36616/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-7964-iruotsalainen/enable-abi-check Revert "Enable ABI checking on modules with public APIs"
| * | | | | Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-0468-36616/+4
|/ / / / /
* | | | | Merge pull request #8015 from vespa-engine/bratseth/add-hw-divergence-metricValerij Fredriksen2019-01-045-1/+54
|\ \ \ \ \ | |_|_|/ / |/| | | | Nonfunctional changes only
| * | | | Nonfunctional changes onlyJon Bratseth2019-01-045-1/+54
| | | | |
* | | | | Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-0468-4/+36616
|\ \ \ \ \ | |/ / / / |/| | | | Enable ABI checking on modules with public APIs
| * | | | Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-2134-396/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
| * | | | Update ABI spec.Ilpo Ruotsalainen2018-12-181-2/+40
| | | | |
| * | | | Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-1866-0/+36945
| | | | |
| * | | | Ensure packages and classes are traversed in order.Ilpo Ruotsalainen2018-12-181-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | This ensures the generated JSON is stable over regeneration to minimize diffs.
| * | | | Improve check for project artifact type.Ilpo Ruotsalainen2018-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | There are artifact types that are not "jar" in maven that still produce a JAR file, allow those to be used.
| * | | | Disable HTML escaping in generated JSON.Ilpo Ruotsalainen2018-12-181-1/+1
| | | | |
* | | | | Merge pull request #8011 from ↵Valerij Fredriksen2019-01-042-13/+45
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/remove-unnecessary-dependencies-from-flags-module Remove unnecessary dependencies from flags module
| * | | | | Add guice and annotationsHåkon Hallingstad2019-01-042-11/+27
| | | | | |
| * | | | | Remove unnecessary dependencies from flags moduleHåkon Hallingstad2019-01-041-2/+18
| | |/ / / | |/| | |
* | | | | Merge pull request #8002 from ↵Håvard Pettersen2019-01-045-263/+116
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/use-portal-in-storage-framework-webserver use portal in storage webserver
| * | | | | log status server exceptionsHåvard Pettersen2019-01-041-0/+1
| | | | | |
| * | | | | move-construct function memberHåvard Pettersen2019-01-041-1/+1
| | | | | |
| * | | | | do not inherit from RunnableHåvard Pettersen2019-01-041-3/+1
| | | | | |
| * | | | | use portal in storage webserverHåvard Pettersen2019-01-025-261/+115
| | | | | |
* | | | | | Merge pull request #8010 from vespa-engine/jvenstad/mail-fixupJon Marius Venstad2019-01-044-49/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | Better API?
| * | | | | | Deep check for emptinessJon Marius Venstad2019-01-043-5/+3
| | | | | | |
| * | | | | | Better API?Jon Marius Venstad2019-01-044-48/+78
| | | | | | |
* | | | | | | Re-enable IPv6 check (#8012)olaaun2019-01-041-1/+1
| | | | | | |
* | | | | | | Merge pull request #8013 from vespa-engine/ollivir/unit-test-tweaksJon Bratseth2019-01-045-15/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make unit tests work when java dispatching is used by default
| * | | | | | | Make unit tests work when java dispatching is used by defaultOlli Virtanen2019-01-045-15/+25
| | |_|_|_|_|/ | |/| | | | |