summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More lazy debug log message generationJon Marius Venstad2021-04-2897-358/+329
|
* Merge pull request #17626 from ↵Håkon Hallingstad2021-04-2811-127/+68
|\ | | | | | | | | vespa-engine/hmusum/switch-only-when-current-connection-is-failing Switch connection only when the current one is failing [run-systemtest]
| * Fix mockHarald Musum2021-04-281-11/+1
| |
| * Simplify codeHarald Musum2021-04-287-64/+17
| | | | | | | | | | | | Add equals and hashcode to JRTConnection Just switch to a new one if current connection is failing Removes need for last sucess, error etc. and healthy status
| * Method should not be publicHarald Musum2021-04-281-1/+1
| |
| * Switch connection only when the current one is failingHarald Musum2021-04-287-63/+61
| | | | | | | | | | | | Subscribers set error on a connection if it fails, so when having many subscribers we should not switch unless the current connection is having errors
* | Merge pull request #17627 from ↵Jon Bratseth2021-04-281-1/+1
|\ \ | |/ |/| | | | | vespa-engine/jonmv/lazily-serialise-document-updates-in-debug-logging Serialise LATER document updates only when they will be logged
| * Serialise LATER document updates only when they will be loggedJon Marius Venstad2021-04-281-1/+1
|/
* Merge pull request #17625 from vespa-engine/jonmv/more-connections-requireJon Marius Venstad2021-04-271-2/+2
|\ | | | | Allow 128 connections per config server and 1024 total
| * Allow 128 connections per config server and 1024 totalJon Marius Venstad2021-04-271-2/+2
| |
* | Merge pull request #17624 from ↵Jon Bratseth2021-04-274-23/+29
|\ \ | | | | | | | | | | | | vespa-engine/balder/disable-fsync-on-remote-storage Disable fsync on remote storage.
| * | Disable fsync on remote storage.Henning Baldersheim2021-04-274-23/+29
|/ /
* | Merge pull request #17620 from vespa-engine/arnej/simpler-concat-type-resolvingArne H Juul2021-04-271-21/+11
|\ \ | | | | | | slightly simpler type resolving of concat operations
| * | slightly simpler type resolving of concat operationsArne Juul2021-04-271-21/+11
| | |
* | | Merge pull request #17622 from vespa-engine/balder/double-check-unfoldedHenning Baldersheim2021-04-271-12/+14
|\ \ \ | | | | | | | | Double check unfolded if search is cased.
| * | | Reorder to handle both cased and uncased regex and prefix.Henning Baldersheim2021-04-271-3/+3
| | | |
| * | | Actually return the value.Henning Baldersheim2021-04-271-1/+1
| | | |
| * | | Double check unfolded if search is cased.Henning Baldersheim2021-04-271-12/+14
| |/ /
* | | Merge pull request #17612 from ↵Harald Musum2021-04-278-67/+144
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/change-how-to-switch-connections Change the way we switch connection when the current one is not working
| * | | Exclude current sources when all sources are unhealthyHarald Musum2021-04-273-19/+61
| | | | | | | | | | | | | | | | | | | | | | | | When choosing a new source when all are unhealthy exclude the current source. Minor changes to toString for JRTConnection
| * | | Change the way we switch connection when the current one is not workingHarald Musum2021-04-278-58/+93
| | | | | | | | | | | | | | | | | | | | | | | | Consider only healthy sources (if there are any) when switching to a new one fue to failures. Also log when connecting to a source
* | | | Merge pull request #17619 from vespa-engine/balder/control-fsyncHenning Baldersheim2021-04-276-14/+64
|\ \ \ \ | |_|_|/ |/| | | Control use of fsync in services.xml.
| * | | Control use of fsync in services.xml.Henning Baldersheim2021-04-276-14/+64
| | | |
* | | | Merge pull request #17621 from vespa-engine/mpolden/bump-rebuild-concurrencyMartin Polden2021-04-271-1/+1
|\ \ \ \ | |_|_|/ |/| | | Bump concurrent rebuilds
| * | | Bump concurrent rebuildsMartin Polden2021-04-271-1/+1
|/ / /
* | | Merge pull request #17617 from vespa-engine/havardpe/int8-cell-castHåvard Pettersen2021-04-274-1/+71
|\ \ \ | |/ / |/| | Havardpe/int8 cell cast
| * | stay within defined values for int8Håvard Pettersen2021-04-271-1/+1
| | |
| * | what would onnx runtime do?Håvard Pettersen2021-04-273-0/+70
| | |
* | | Merge pull request #17611 from vespa-engine/jonmv/reapply-apache-clientJon Marius Venstad2021-04-2726-200/+346
|\ \ \ | | | | | | | | Jonmv/reapply apache client
| * | | Avoid leaking apache classesJon Marius Venstad2021-04-261-2/+2
| | | |
| * | | Allow localhostJon Marius Venstad2021-04-261-1/+7
| | | |
| * | | Revert "Merge pull request #17603 from ↵Jon Marius Venstad2021-04-2626-199/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/revert-apache-config-server-client" This reverts commit 9458ad2d810ff988ccc19cd8554bdbc78dabe588, reversing changes made to 6e94e192a07a540bff9b3e13ad05c8d0af093928.
* | | | Merge pull request #17618 from ↵Jon Marius Venstad2021-04-274-51/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-17606-hmusum/delegate-to-executor-with-many-threads Revert "Use a single-threaded executor that delegates to another for ZK sessi…"
| * | | | Revert "Use a single-threaded executor that delegates to another for ZK ↵Harald Musum2021-04-274-51/+11
| | | | | | | | | | | | | | | | | | | | sessi…"
* | | | | Merge pull request #17597 from vespa-engine/arnej/generic-tensor-concatArne H Juul2021-04-272-0/+385
|\ \ \ \ \ | |/ / / / |/| | | | add very generic concat algorithm
| * | | | enable temporarily disabled codeArne Juul2021-04-261-5/+7
| | | | |
| * | | | test edge case with empty mixed tensorArne Juul2021-04-262-2/+27
| | | | |
| * | | | move code around and rename more conceptsArne Juul2021-04-261-104/+104
| | | | |
| * | | | rename some conceptsArne Juul2021-04-261-58/+53
| | | | |
| * | | | add very generic concat algorithmArne Juul2021-04-262-0/+363
| | | | |
* | | | | Merge pull request #17614 from vespa-engine/mpolden/less-throttlingValerij Fredriksen2021-04-273-31/+31
|\ \ \ \ \ | | | | | | | | | | | | Never throttle failing of children on failed hosts
| * | | | | Less DockerMartin Polden2021-04-272-17/+16
| | | | | |
| * | | | | Never throttle failing of children on failed hostsMartin Polden2021-04-271-14/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17615 from ↵Jon Marius Venstad2021-04-271-7/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/application-api-audit-logging Enable audit logging of all write operations through application API
| * | | | | Enable audit logging of all write operations through application APIMartin Polden2021-04-271-7/+6
| |/ / / /
* | | | | Merge pull request #17605 from vespa-engine/geirst/bucket-db-updater-refactor-1Tor Brede Vekterli2021-04-272-138/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove processing of single bucket info replies.
| * | | | | Remove processing of single bucket info replies.Geir Storli2021-04-262-138/+1
| | |/ / / | |/| | | | | | | | | | | | | These are per stripe and handled by StripeBucketDBUpdater instead.
* | | | | Merge pull request #17613 from vespa-engine/hmusum/remove-flagHarald Musum2021-04-272-15/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove flag, current flag override is true everywhere
| * | | | | Remove flag, current flag override is true everywhereHarald Musum2021-04-272-15/+3
|/ / / / /
* | | | | Merge pull request #17600 from vespa-engine/freva/feeding-blocked-metricJon Marius Venstad2021-04-2718-149/+133
|\ \ \ \ \ | | | | | | | | | | | | Expose feeding blocked metric to controller