aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Remove unused imports of vespalog packagegjoranv2020-04-262-2/+0
| | | | | | |
| * | | | | | Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2613-68/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ef94983a16650f60db15485067e0a2bbf7bc420.
* | | | | | | Merge pull request #13066 from ↵Geir Storli2020-04-2727-24/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/move-bufferwriter-back-to-searchlib Move BufferWriter back to searchlib.
| * | | | | | | Move BufferWriter back to searchlib.Tor Egge2020-04-2527-24/+23
| | | | | | | |
* | | | | | | | Merge pull request #13063 from vespa-engine/toregge/extend-btree-frozen-viewGeir Storli2020-04-273-0/+28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Extend BTree frozen view with empty() and getAggregated() methods.
| * | | | | | | Extend BTree frozen view with empty() and getAggregated() methods.Tor Egge2020-04-253-0/+28
| | | | | | | |
* | | | | | | | Merge pull request #13072 from ↵Harald Musum2020-04-276-134/+111
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-fewer-threads-for-getting-config Use fewer threads to get next generation of config
| * | | | | | | Use fewer threads to get next generation of configHarald Musum2020-04-266-134/+111
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for next config generation in one thread. Simplify Subscriber. Use a ConcurrentHashMap for active subscribers. Reduces the number of threads used by config proxy from ~230 to ~30
* | | | | | | Merge pull request #13074 from ↵Henning Baldersheim2020-04-276-17/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-gcc-toolset-9-on-centos-8-and-rhel-8 Use gcc toolset 9 on CentOS 8 and RHEL 8
| * | | | | | | Adjust compiler options for RHEL 8 to get openblas header files.Tor Egge2020-04-261-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use same default build settings setup function for minor RHEL releases.
| * | | | | | | Use llvm 8 on RHEL 8.Tor Egge2020-04-261-1/+1
| | | | | | | |
| * | | | | | | 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
| | |/ / / / | |/| | | |