aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use standard formatting for Override annotationArne H Juul2017-05-3052-121/+242
|
* Merge pull request #2567 from yahoo/gjoranv/do-not-log-interruptedBjørn Christian Seime2017-05-301-7/+7
|\ | | | | Do not log InterruptedException | ConfigInterruptedException
| * Do not log InterruptedException | ConfigInterruptedExceptiongjoranv2017-05-291-7/+7
| | | | | | | | | | | | | | | | - Normal during shutdown. - See also that ConfiguredApp.startReconfigurerThread just ignores them. + Cleanup some unused code. + Add a couple TODOs
* | Merge pull request #2561 from yahoo/arnej/forward-slobrok-metricgjoranv2017-05-291-0/+7
|\ \ | | | | | | forward slobrok metric
| * | forward slobrok metricArne H Juul2017-05-291-0/+7
| | |
* | | Merge pull request #2560 from yahoo/havardpe/less-llvm-leaksHenning Baldersheim2017-05-291-0/+3
|\ \ \ | |_|/ |/| | call llvm_shutdown
| * | call llvm_shutdownHaavard2017-05-291-0/+3
| | |
* | | Merge pull request #2559 from yahoo/arnej/undeprecate-convenient-methodTor Brede Vekterli2017-05-291-3/+1
|\ \ \ | | | | | | | | convenience method is convenient
| * | | convenience method is convenientArne H Juul2017-05-291-3/+1
|/ / /
* | | Merge pull request #2557 from yahoo/bjorncs/stddev-testingBjørn Christian Seime2017-05-292-0/+3
|\ \ \ | | | | | | | | Add more testing of stddev aggregator
| * | | Add more testing of stddev aggregatorBjørn Christian Seime2017-05-292-0/+3
| | | |
* | | | Merge pull request #2558 from yahoo/toregge/add-proton-config-fetcher-debug-logGeir Storli2017-05-291-1/+5
|\ \ \ \ | | | | | | | | | | Log extra debug messages when reconfiguring proton.
| * | | | Log extra debug messages when reconfiguring proton.Tor Egge2017-05-291-1/+5
| |/ / /
* | | | Merge pull request #2556 from ↵gjoranv2017-05-295-68/+220
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/revert-2512-revert-2493-gjoranv/component-construction Revert "Revert "Gjoranv/component construction""
| * | | | Disable logAndDie upon failing to set up first component graph.gjoranv2017-05-291-1/+2
| | | | | | | | | | | | | | | | | | | | - It breaks some tests using the 'application' framework.
| * | | | Revert "Revert "Gjoranv/component construction""gjoranv2017-05-295-68/+219
| |/ / /
* | | | Merge pull request #2555 from yahoo/bjorncs/stabilize-testgjoranv2017-05-291-1/+1
|\ \ \ \ | |/ / / |/| | | Allow 200 response without content
| * | | Allow 200 response without contentBjørn Christian Seime2017-05-291-1/+1
| |/ / | | | | | | | | | | | | | | | | | | There is a window between the response is committed (headers including response code is set) and the response body is written, where the exception from the request handler can be catched. If that happens, the output stream will be closed before response body is written.
* | | Merge pull request #2478 from ↵Tor Brede Vekterli2017-05-297-151/+203
|\ \ \ | |/ / |/| | | | | | | | yahoo/vekterli/remove-special-handling-of-trusted-replicas-for-merge-source-only-labeling-rebased-fixed Remove special handling of trusted replicas for merge source only labeling (rebased/fixed)
| * | Remove leftover debugging statement.Tor Brede Vekterli2017-05-161-1/+0
| | |
| * | Simplify source-only selection logic for replicas.Tor Brede Vekterli2017-05-163-96/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't take trusted flag into account as it's not to be trusted (the irony is not lost on anyone) when deciding what nodes to mark as source-only during a merge. Now we always mark non-ideal replicas that exceed the redundancy level as source-only to ensure they are removed when the merge is complete. This prevents former ideal replicas from not being marked source-only simply because they happen to be in sync with the now-ideal replicas. Still exist some edges where a source-only replica isn't removed, such as when it's marked active at the time of the merge's completion.
| * | Ensure merge node limiter handles trusted source-only replicasTor Brede Vekterli2017-05-164-55/+126
| | | | | | | | | | | | | | | | | | Could previously risk having a resulting node set be comprised solely of source-only replicas, which luckily gets rejected by the merge throttling component.
* | | Merge pull request #2554 from yahoo/hakon/complete-retirement-early-in-dev-cdHarald Musum2017-05-2930-788/+529
|\ \ \ | |_|/ |/| | Complete retirement early in dev CD
| * | Complete retirement early in dev CDHåkon Hallingstad2017-05-2630-788/+529
| | |
* | | Merge pull request #2549 from yahoo/arnej/forget-old-metricsJon Bratseth2017-05-282-11/+44
|\ \ \ | | | | | | | | forget metrics more than 4 hours old
| * | | forget metrics more than 4 hours oldArne H Juul2017-05-252-11/+44
| | | |
* | | | Merge pull request #2543 from ↵Jon Bratseth2017-05-281-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/yngveaasheim/16-distribution-bits-in-ap-northeast-1 [VESPA-5826] 16 distribution bits in ap-northeast-1
| * | | | [VESPA-5826] 16 distribution bits in ap-northeast-1Yngve Aasheim2017-05-241-0/+1
| | | | |
* | | | | Merge pull request #2553 from ↵Henning Baldersheim2017-05-267-3/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/toregge/reduce-exposure-of-generated-ranking-constants-config-header Reduce exposure of generated ranking constants config header.
| * | | | | Reduce exposure of generated ranking constants config header.Tor Egge2017-05-267-3/+4
|/ / / / /
* | | | | Merge pull request #2552 from yahoo/arnej/more-info-from-node-admin-testhakonhall2017-05-261-10/+11
|\ \ \ \ \ | | | | | | | | | | | | log more info in this test
| * | | | | log more info in this testArne H Juul2017-05-261-10/+11
|/ / / / / | | | | | | | | | | | | | | | | | | | | * this test is unstable on factory, so dump some more information in the log about what is happening.
* | | | | Merge pull request #2551 from yahoo/toregge/remove-unused-schema-change-codeTor Egge2017-05-2616-666/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused schema changes related code. We now use state v1 api to
| * | | | | Remove unused schema changes related code. We now use state v1 api toTor Egge2017-05-2616-666/+0
|/ / / / / | | | | | | | | | | | | | | | get component config info.
* | | | | Merge pull request #2542 from yahoo/balder/remove-fastos-dependencyTor Egge2017-05-26136-1002/+313
|\ \ \ \ \ | |_|_|/ / |/| | | | Balder/remove fastos dependency
| * | | | Include what you need yourself, and not more.Henning Baldersheim2017-05-2436-107/+34
| | | | |
| * | | | Include what you need yourself, and not more.Henning Baldersheim2017-05-2424-144/+44
| | | | |
| * | | | Include what you need yourself, and not more.Henning Baldersheim2017-05-2433-288/+75
| | | | |
| * | | | Include what you need yourself, and not more.Henning Baldersheim2017-05-247-151/+6
| | | | |
| * | | | Include what you need yourself, and not more.Henning Baldersheim2017-05-2436-312/+154
| | | | |
* | | | | Merge pull request #2550 from yahoo/balder/config-timeou-is-not-an-errorArne H Juul2017-05-263-6/+11
|\ \ \ \ \ | | | | | | | | | | | | Balder/config timeou is not an error
| * | | | | 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
| | | | | |
* | | | | | Merge pull request #2545 from yahoo/havardpe/clone-for-wrapped-tensorsTor Egge2017-05-264-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | clone for wrapped tensors
| * | | | | | clone for wrapped tensorsHaavard2017-05-244-10/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2546 from yahoo/balder/use-tenative-last-synctokenTor Egge2017-05-261-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | lastSyncToken -> tentativeLastSyncToken
| * | | | | lastSyncToken -> tentativeLastSyncTokenHenning Baldersheim2017-05-241-1/+1
| | | | | |
* | | | | | Merge pull request #2548 from yahoo/arnej/geo-parse-errorHenning Baldersheim2017-05-251-3/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | more readable error if geo coordinates do not parse
| * | | | | more readable error if geo coordinates do not parseArne H Juul2017-05-241-3/+11
| |/ / / /
* | | | | Merge pull request #2532 from ↵Harald Musum2017-05-252-8/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/hmusum/do-not-redeploy-applications-in-constructor Hmusum/do not redeploy applications in constructor