aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Minor cleanupHarald Musum2020-11-161-5/+3
| | | | |
| * | | | Set reconfigEnabled to trueHarald Musum2020-11-162-1/+3
| | | | |
* | | | | Merge pull request #15252 from vespa-engine/kkraune/autoscale-debug-logJon Bratseth2020-11-161-0/+3
|\ \ \ \ \ | | | | | | | | | | | | log application instead of cluster name
| * | | | | remove whitespaceKristian Aune2020-11-101-1/+1
| | | | | |
| * | | | | log clustername alwaysKristian Aune2020-11-101-1/+3
| | | | | |
| * | | | | log application instead of cluster namekkraune2020-11-102-2/+3
| | | | | |
* | | | | | Merge pull request #15351 from vespa-engine/bratseth/more-autoscaling-loggingKristian Aune2020-11-162-11/+21
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | Log more details
| * | | | | Log more detailsJon Bratseth2020-11-162-11/+21
| | | | | |
* | | | | | Merge pull request #15349 from ↵Harald Musum2020-11-169-57/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/change-logging-when-removing-application Improve logging when removing an application
| * | | | | | Improve logging when removing an applicationHarald Musum2020-11-159-57/+55
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Log only when it is removed, add some more validation
* | | | | | Merge pull request #15348 from ↵Jon Bratseth2020-11-162-19/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/lesters/support-java-mixed-tensor-type-eval Support mixed tensor type in Java evaluation
| * | | | | Support mixed tensor type in Java evaluationLester Solbakken2020-11-152-19/+19
|/ / / / /
* | | | | Merge pull request #15347 from ↵Jon Marius Venstad2020-11-145-28/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/avoid-lookup-of-known-session-id Avoid looking up active session when it is known
| * | | | | Avoid looking up active session when it is knownHarald Musum2020-11-145-28/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When activating use the session id of the session we want to activate instead of looking up active session of the application (which requires application data in zookeeper pointing to the active session to have been written before we look it up, which is not guaranteed to have been done)
* | | | | | Merge pull request #15340 from ↵Harald Musum2020-11-132-7/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-15337-revert-15332-hmusum/set-standaloneEnabled-to-false Reapply "Do not run in standalone compatibility mode for single ZooKeeper servers"
| * | | | | Merge branch 'master' into ↵Harald Musum2020-11-1313-73/+67
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | revert-15337-revert-15332-hmusum/set-standaloneEnabled-to-false
* | | | | | Merge pull request #15328 from vespa-engine/hmusum/remove-dead-code-2Henning Baldersheim2020-11-131-7/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove dead code
| * | | | | | GC a few more flags.Henning Baldersheim2020-11-131-2/+0
| | | | | | |
| * | | | | | Remove dead codeHarald Musum2020-11-131-5/+0
| | | | | | |
* | | | | | | Merge pull request #15343 from vespa-engine/balder/use-smaller-chunksHenning Baldersheim2020-11-131-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reduce chunksize from 1M to 4k to avoid going touching memory not nee…
| * | | | | | | Reduce chunksize from 1M to 4k to avoid going touching memory not needed for ↵Henning Baldersheim2020-11-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | json requests.
* | | | | | | | Merge pull request #15344 from ↵Jon Marius Venstad2020-11-131-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/thread-safe-headers-map-in-jdisc Use synchronizedList which accepts null values
| * | | | | | | | Use synchronizedList which accepts null valuesJon Marius Venstad2020-11-131-2/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | add instance, plan and planName to api response (#15338)Andreas Eriksen2020-11-137-10/+37
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add instance, plan and planName to api response * use PlanId class in BillingController API
* | | | | | | Merge pull request #15336 from vespa-engine/vekterli/misc-filestor-cleanupHenning Baldersheim2020-11-133-53/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Misc cleanup in filestor, no semantic changes
| * | | | | | | Misc cleanup in filestor, no semantic changesTor Brede Vekterli2020-11-133-53/+25
| | | | | | | |
* | | | | | | | Merge pull request #15342 from ↵Henning Baldersheim2020-11-131-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-15341-jonmv/thread-safe-headers-map-in-jdisc Revert "Use thread safe arrays too"
| * | | | | | | | Revert "Use thread safe arrays too"Arnstein Ressem2020-11-131-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #15341 from ↵Jon Marius Venstad2020-11-131-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/thread-safe-headers-map-in-jdisc Use thread safe arrays too
| * | | | | | | | Use thread safe arrays tooJon Marius Venstad2020-11-131-3/+3
| | | | | | | | |
| | | | | * | | | id file is needed when standaloneEnabled=falseHarald Musum2020-11-132-5/+5
| | | | | | | | |
| | | | | * | | | Revert "Revert "Do not run in standalone compatibility mode for single ↵Harald Musum2020-11-132-2/+4
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | ZooKeeper servers""
* | | | | | | | Merge pull request #15333 from vespa-engine/mpolden/cleanupJon Marius Venstad2020-11-1310-94/+18
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Remove unnecessary environment method from builder
| * | | | | | | Remove unnecessary environment method from builderMartin Polden2020-11-1310-94/+18
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #15337 from ↵Arnstein Ressem2020-11-132-4/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-15332-hmusum/set-standaloneEnabled-to-false Revert "Do not run in standalone compatibility mode for single ZooKeeper servers"
| * | | | | | | Revert "Do not run in standalone compatibility mode for single ZooKeeper ↵Harald Musum2020-11-132-4/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | servers"
* | | | | | | Merge pull request #15334 from vespa-engine/havardpe/fix-verify-ranksetup-coreJon Marius Venstad2020-11-131-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fail fast when inputs are undefined
| * | | | | | | fail fast when inputs are undefinedHåvard Pettersen2020-11-131-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #15335 from ↵Jon Marius Venstad2020-11-131-8/+7
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/thread-safe-headers-map-in-jdisc Use a thread safe class for holding header values
| * | | | | | | Use a thread safe class for holding header valuesJon Marius Venstad2020-11-131-8/+7
| | | | | | | |
* | | | | | | | Merge pull request #15332 from ↵Harald Musum2020-11-132-2/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/set-standaloneEnabled-to-false Do not run in standalone compatibility mode for single ZooKeeper servers
| * | | | | | | Do not run in standalone compatibility mode for single ZooKeeper serversHarald Musum2020-11-132-2/+4
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Always run in distrbuted mode, allows cluster to grow, and old setting is deprecated
* | | | | | | Merge pull request #15331 from vespa-engine/aressem/use-bintrayArnstein Ressem2020-11-131-1/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fallback to Bintray.
| * | | | | | Fallback to Bintray.Arnstein Ressem2020-11-131-1/+10
| |/ / / / /
* | | | | | Merge pull request #15325 from vespa-engine/havardpe/spin-lockHåvard Pettersen2020-11-134-0/+226
|\ \ \ \ \ \ | |/ / / / / |/| | | | | added spin lock with test
| * | | | | use yield instead of pauseHåvard Pettersen2020-11-131-1/+2
| | | | | |
| * | | | | add more warningsHåvard Pettersen2020-11-131-0/+9
| | | | | |
| * | | | | fix typoHåvard Pettersen2020-11-131-1/+1
| | | | | |
| * | | | | added spin lock with testHåvard Pettersen2020-11-124-0/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The micro-benchmark shows promise (run test manually with 'verbose' as parameter). It indicates that taking and releasing the spin lock from a single thread is cheaper than doing the same with a normal mutex (as expected based on previous tests). However, it also indicates that it is competitive with a normal mutex for short critical sections with multiple threads involved. (on my laptop, only the cases using more threads than cores run faster with a normal mutex, which is a better result than expected).
* | | | | | Merge pull request #15321 from ↵Tor Brede Vekterli2020-11-135-4/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/enforce-min-used-bits-on-document-metastore-load Enforce minimum bucked used bits at document metastore load time