Kristian Aune
Kristian Aune
The problem seems to be a mismatch with the hash computed in https://github.com/vespa-engine/pyvespa/blob/master/vespa/deployment.py#L644 and validation of this in Vespa Cloud. pyvespa 0.39, which is the latest. We are looking into.
@Gladiator566 : I have created https://github.com/vespa-engine/vespa/issues/30219 for the X-Content-Hash issue you reported - this is most likely a different issue than reported by @ricoms here. Thanks for reporting!
Hi @vudangthinh ! I don't think increasing number of connections will help, the error message is probably a symptom of a maxed out instance. The https://docs.vespa.ai/en/vespa-cli.html has better feed flow...
OK - can you please check vespa.log inside the Docker Container? Could be a resource problem, the log might say
... and now I read the internal ticket, too - I assume you have discussed this, so approving for now
Great suggestion! will look into when we have resources!
Thanks @vekterli for a great explanation of this! Can we add this to https://docs.vespa.ai/en/content/idealstate.html ? It is OK to just add an appendix with a Q&A format, with this copied...
another idea: add to indexing language, populate a synthetic field with length of input field (in tokens? characters? bytes?)
Thanks for reporting, we will evaluate this in the weekly ticket review
Context: We are working on a filter feature for grouping. This use case can be partially achieved by parallel grouping in combination with a filter, assuming the query hits contain...