Tor Brede Vekterli
Tor Brede Vekterli
The semantics of `create=true` only apply at the _document_ level and not the _field_ (or cell) level. I think for a feature like this we'd likely want a separate `modify`...
We could consider returning `412 Precondition Failed` as we do when there's a test-and-set condition mismatch, but the semantics are subtly different enough that it's not 100% obvious that it's...
Seems like using `null` is used for both NaN and +/-Infinity when emitting JSON in JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify I've also seen suggestions of using +/-1e9999 or similar massive exponents that will...
Due to a mixture of historical and technical reasons, the pipelines that are aware of the cross-node bucket distribution and executing non-streaming search queries are today completely separate. Streaming searches...
Available through a new `--shorttensors` option for `vespa-visit` and `vespa-get` in 8.95.15 and beyond.
@baldersheim nothing has happened here yet. But the spirit is strong and willing.
As far as I know, the search core does not set or modify the ownership of its data directories or files. _However_—is this by any chance running on an XFS...
Entirely anecdotally, we have not observed this issue for some time on our systems. We do regular fleet-wide OS upgrades, so it's possible the underlying issue has been fixed in...
Yes, this particular use case (encoding host name patterns in the distribution keys) has been a recurring theme throughout the years. Doing so makes sense from an _application modelling_ perspective,...
Some questions: **Q1:** What is the timeline of the observed behavior in relation to the attached logs/node events? At what points in this timeline did you observe network blips? **Q2:**...