aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.156.17-1].vespa-6.156.17-1by-screwdriver2017-10-114-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.156.17 --no-auto-changelog
* Merge pull request #3697 from vespa-engine/geirst/add-cpu-cores-to-proton-configHenning Baldersheim2017-10-108-21/+67
|\ | | | | Geirst/add cpu cores to proton config
| * Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-107-21/+63
| |
| * Add config for num cpu cores.Geir Storli2017-10-101-0/+4
| |
* | Merge pull request #3698 from vespa-engine/kkraune/ipv4-retire-southeast-1Valerij Fredriksen2017-10-101-0/+2
|\ \ | | | | | | retire IPv4 hosts in ap-southeast-1
| * | retire IPv4 hosts in ap-southeast-1Kristian Aune2017-10-101-0/+2
| | |
* | | Merge pull request #3695 from vespa-engine/freva/acl-commands-at-onceMartin Polden2017-10-102-85/+23
|\ \ \ | | | | | | | | Run all ACL commands at once
| * | | Run all ACL commands at onceValerij Fredriksen2017-10-102-85/+23
| | | |
* | | | Merge pull request #3696 from vespa-engine/hmusum/remove-unnecessary-timeoutMartin Polden2017-10-101-8/+0
|\ \ \ \ | |_|/ / |/| | | Remove overridden timeout
| * | | Remove overridden timeoutHarald Musum2017-10-101-8/+0
| | |/ | |/| | | | | | | | | | * We only need higher timeout when preparing deployments, where timeout is overridden in SessionPrepareHandler
* | | Merge pull request #3692 from ↵Geir Storli2017-10-1052-2090/+102
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/toregge/remove-diskindex-checkpointing Remove disk index checkpointing
| * | Remove stray nbostream.h includes.Tor Egge2017-10-093-3/+0
| | |
| * | Remove unused using statement.Tor Egge2017-10-091-1/+0
| | |
| * | Eliminate split open handling (earlyOpen() + lateOpen()), use open() instead.Tor Egge2017-10-0910-161/+52
| | |
| * | Remove unused nbostream methods (only used by removed diskindex checkpointing).Tor Egge2017-10-094-77/+2
| | |
| * | Remove unused (de)serialization to/from nbostream.Tor Egge2017-10-099-277/+0
| | |
| * | Remove support for disk index checkpointing.Tor Egge2017-10-0928-1126/+40
| | |
| * | Stop testing disk index checkpointing. It is not currently used.Tor Egge2017-10-096-446/+9
| | |
* | | Merge pull request #3685 from vespa-engine/arnej/refactor-sig-catchHåvard Pettersen2017-10-1017-151/+89
|\ \ \ | | | | | | | | Arnej/refactor sig catch
| * | | CHLD handling is not common caseArne Juul2017-10-101-1/+0
| | | |
| * | | GC unused stuffArne Juul2017-10-093-24/+0
| | | |
| * | | use vespalib::SignalHandlerArne Juul2017-10-092-44/+23
| | | |
| * | | use vespalib::SigCatchArne Juul2017-10-095-53/+13
| | | |
| * | | use vespalib::SigCatchArne Juul2017-10-054-52/+3
| | | |
| * | | add SigCatch classArne Juul2017-10-055-0/+73
| | | |
* | | | Merge pull request #3693 from ↵Jon Bratseth2017-10-1013-55/+193
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/deployment-scheduling-with-blocking Bratseth/deployment scheduling with blocking
| * | | | Include filterJon Bratseth2017-10-101-1/+1
| | | | |
| * | | | Nonfunctional changes onlyJon Bratseth2017-10-106-9/+3
| | | | |
| * | | | Remove dead codeJon Bratseth2017-10-101-24/+0
| | | | |
| * | | | Trigger blocked jobs in maintenanceJon Bratseth2017-10-106-16/+80
| | | | |
| * | | | Cleaner triggering logicJon Bratseth2017-10-1010-46/+150
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't change from an upgrade to a revision change when an upgrade is in progress but has failed so we accept as application change, as this leads to possible uncertainty about what version we really deployed. - Allow more application changes when an application change is in progress or we are blocked. - Don't trigger already running jobs.
* | | | Merge pull request #3689 from vespa-engine/toregge/remove-java-persistenceGeir Storli2017-10-1044-4123/+0
|\ \ \ \ | | | | | | | | | | Remove unused java persistence implementation.
| * | | | Remove unused java persistence implementation.Tor Egge2017-10-0944-4123/+0
| | | | |
* | | | | Merge pull request #3694 from ↵hakonhall2017-10-103-6/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/hakonhall/activate-applications-from-new-supermodel-snapshot Activate applications from new SuperModel snapshot
| * | | | Activate applications from new SuperModel snapshotHåkon Hallingstad2017-10-103-6/+62
|/ / / /
* | | | Merge pull request #3691 from ↵Henning Baldersheim2017-10-092-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/directio-on-document-store-read-if-ssd Use Direct I/O on document store reads in proton when disk is fast (S…
| * | | | Use Direct I/O on document store reads in proton when disk is fast (SSD).Geir Storli2017-10-092-0/+17
| |/ / /
* | | | Merge pull request #3690 from vespa-engine/balder/tag-unused-explicitHenning Baldersheim2017-10-091-0/+4
|\ \ \ \ | | | | | | | | | | Tag the ports explicit as unused.
| * | | | Tag the ports explicit as unused.Henning Baldersheim2017-10-091-0/+4
| | |/ / | |/| |
* | | | Merge pull request #3688 from ↵Geir Storli2017-10-092-7/+31
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/geirst/adding-a-doc-type-doesnt-require-restart Fix such that adding a document type in proton doesn't require a rest…
| * | | Fix such that adding a document type in proton doesn't require a restart.Geir Storli2017-10-092-7/+31
| | | | | | | | | | | | | | | | The backend already handles this.
* | | | Merge pull request #3687 from vespa-engine/bratseth/block-revision-changesJon Bratseth2017-10-0913-40/+142
|\ \ \ \ | |_|/ / |/| | | Support blocking application changes
| * | | CleanupJon Bratseth2017-10-094-15/+15
| | | |
| * | | Support blocking application changesJon Bratseth2017-10-0913-38/+140
| | | |
* | | | Merge pull request #3686 from ↵hakonhall2017-10-091-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/revert-3679-revert-3632-balder/do-not-move-healt-port-yet Revert "Revert "Do not move the health port yet.""
| * | | Revert "Revert "Do not move the health port yet.""hakonhall2017-10-091-1/+1
|/ / /
* | | Merge pull request #3683 from ↵Jon Bratseth2017-10-094-2/+16
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/mpolden/upgrade-applications-having-prod-deployment Only upgrade applications that has production deployment
| * | | Only upgrade applications that has production deploymentMartin Polden2017-10-093-0/+14
| | | |
| * | | Fix typoMartin Polden2017-10-091-2/+2
| | | |
* | | | Merge pull request #3684 from vespa-engine/gjoranv/add-READMEBjørn Christian Seime2017-10-092-0/+7
|\ \ \ \ | | | | | | | | | | Add README and OWNERS.