summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use gcc-toolset-9 on CentOS 8 and RHEL 8.Tor Egge2020-04-265-10/+20
|
* Merge pull request #13070 from vespa-engine/bratseth/cleanup-restapiJon Bratseth2020-04-2677-305/+372
|\ | | | | Cleanup naming and locations
| * Cleanup naming and locationsJon Bratseth2020-04-2677-305/+372
| |
* | Merge pull request #13071 from ↵Jon Bratseth2020-04-261-14/+12
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/handle-unspecified-resources Handle unspecified resources
| * | Handle unspecified resourcesJon Bratseth2020-04-261-14/+12
| |/
* | Merge pull request #13069 from vespa-engine/bratseth/more-docker-allocationJon Bratseth2020-04-263-36/+37
|\ \ | |/ |/| Allocate on hosts in most tests
| * Allocate on hosts in mosts testsJon Bratseth2020-04-263-36/+37
|/
* Merge pull request #13067 from ↵Jon Bratseth2020-04-2617-70/+285
|\ | | | | | | | | vespa-engine/lesters/bert-searchlib-and-config-model Lesters/bert searchlib and config model
| * Remove unused importLester Solbakken2020-04-261-1/+0
| |
| * Ensure dimensions to matmul over are innermostLester Solbakken2020-04-261-2/+2
| |
| * Fix unit testsLester Solbakken2020-04-265-36/+43
| |
| * Add functions used by firstphase, secondphase and summary firstLester Solbakken2020-04-262-14/+26
| |
| * Avoid re-resolving types of diamond-shaped dependenciesLester Solbakken2020-04-261-4/+30
| |
| * Limit size of serialization context for functions without argumentsLester Solbakken2020-04-267-13/+61
| |
| * Some additional tensor evaluation testsLester Solbakken2020-04-261-1/+124
| |
* | Merge pull request #13064 from ↵Jon Bratseth2020-04-2612-10/+220
|\ \ | | | | | | | | | | | | vespa-engine/balder/thread-pool-and-q-follows-flavor Let size of thread pool and Q follow number of cores on the machine w…
| * | Let size of thread pool and Q follow number of cores on the machine where it ↵Henning Baldersheim2020-04-2512-10/+220
| | | | | | | | | | | | | | | | | | | | | is running. If auto detected num worker threads will use number of #cores * 4, quesize will use #numWorkers * 4. No changes of the default value in this commit.
* | | Merge pull request #13068 from ↵Jon Bratseth2020-04-266-15/+131
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/smarter-window-change-handling Smarter window change handling
| * | | Smarter window change handlingJon Bratseth2020-04-266-15/+131
| | | |
* | | | Merge pull request #13065 from ↵Henning Baldersheim2020-04-2531-141/+97
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/toregge/reduce-rand48-code-duplication Reduce code duplication. Rand48 class is in vespalib.
| * | | Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-2531-141/+97
|/ / /
* | | Merge pull request #13061 from vespa-engine/gjoranv/use-java-logging-levelgjoranv2020-04-25300-1507/+1511
|\ \ \ | | | | | | | | Gjoranv/use java logging level
| * | | Update StemmingSearcher after rebasing to master.gjoranv2020-04-251-4/+4
| | | |
| * | | Use Vespa LogLevel where appropriate.gjoranv2020-04-255-10/+16
| | | |
| * | | Use correct log Level class where search & replace has failed.gjoranv2020-04-256-7/+7
| | | |
| * | | Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-2525-57/+57
| | | |
| * | | Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-2525-52/+52
| | | |
| * | | Use java.util.logging.Level in static imports.gjoranv2020-04-2514-53/+52
| | | |
| * | | LogLevel -> Level for isLoggable()gjoranv2020-04-2534-88/+88
| | | |
| * | | Use LogLevel where appropriate in 'logserver'gjoranv2020-04-257-8/+7
| | | |
| * | | LogLevel.FINE -> Level.FINEgjoranv2020-04-253-5/+5
| | | |
| * | | LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-255-7/+7
| | | |
| * | | LogLevel.FATAL -> Level.SEVEREgjoranv2020-04-253-5/+5
| | | |
| * | | LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-2540-75/+75
| | | |
| * | | LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-25110-178/+178
| | | |
| * | | LogLevel.INFO -> Level.INFOgjoranv2020-04-2568-183/+183
| | | |
| * | | LogLevel.SPAM -> Level.FINESTgjoranv2020-04-2523-41/+41
| | | |
| * | | LogLevel.DEBUG -> Level.FINEgjoranv2020-04-25161-504/+504
| | | |
| * | | Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-25292-292/+292
| | |/ | |/|
* | | Merge pull request #13062 from ↵Tor Brede Vekterli2020-04-253-79/+12
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/revert-13055-vekterli/optimize-btree-db-find-parents-with-used-bits-aggregation Revert "Optimize B-tree bucket DB lookup with used-bits aggregation"
| * | Revert "Optimize B-tree bucket DB lookup with used-bits aggregation"Tor Brede Vekterli2020-04-253-79/+12
|/ /
* | Merge pull request #13060 from ↵Henning Baldersheim2020-04-241-0/+9
|\ \ | |/ |/| | | | | vespa-engine/toregge/add-default-settings-for-ubuntu-20-04 Add default build settings for Ubuntu 20.04 LTS.
| * Add default build settings for Ubuntu 20.04 LTS.Tor Egge2020-04-241-0/+9
|/
* Merge pull request #13059 from vespa-engine/bratseth/clear-outdated-targetJon Bratseth2020-04-249-79/+60
|\ | | | | Clear outdated target and cleanup
| * Clear outdated target and cleanupJon Bratseth2020-04-249-79/+60
| |
* | Merge pull request #13052 from vespa-engine/freva/disk-cleanupHåkon Hallingstad2020-04-245-13/+4
|\ \ | |/ |/| Remove dead code
| * CleanupValerij Fredriksen2020-04-245-13/+4
| |
* | Merge pull request #13055 from ↵Tor Brede Vekterli2020-04-243-12/+79
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/optimize-btree-db-find-parents-with-used-bits-aggregation Optimize B-tree bucket DB lookup with used-bits aggregation
| * | Optimize B-tree bucket DB lookup with used-bits aggregationTor Brede Vekterli2020-04-243-12/+79
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By tracking the minimum used bits count across all buckets in the database we can immediately start seeking at that implicit level in the tree, as we know no parent buckets can exist above that level. Local synthetic benchmarking shows the following results with a DB size of 917504 buckets and performing getParents for all buckets in sequence: Before optimization: - B-tree DB: 0.593321 seconds - Legacy DB: 0.227947 seconds After optimization: - B-tree DB: 0.213738 seconds - Legacy DB: (unchanged)
* | Merge pull request #13056 from vespa-engine/mpolden/remove-unused-metricsMartin Polden2020-04-242-73/+44
|\ \ | | | | | | Remove unused metrics