Skip to content
#

serving

Here are 70 public repositories matching this topic...

simon-mo
simon-mo commented Oct 27, 2021
(ServeController pid=12680) 2021-10-26 19:03:28,704     INFO backend_state.py:911 -- Adding 1 replicas to deployment 'hello'. component=serve deployment=hello
(ServeController pid=12680) 2021-10-26 19:03:28,704     ERROR controller.py:193 -- Exception updating backend state.
(ServeController pid=12680) Traceback (most recent call last):
(ServeController pid=12680)   File "/Users/simonmo/De
vespa
abhimech001
abhimech001 commented Oct 6, 2021

Hi Team,

I have created a vespa multinode stack and performed a load test for search query

  1. search with single field with 60s timeout - median was consistent around 150 to 200ms
    endpoint : /search/
    http request : POST
    Body:
    {
    "yql":"select * from sources * where table contains "testing.vespa.search"
    }
  2. search with more fields and conditions - median was 100+ secs which is very
RafalSkolasinski
RafalSkolasinski commented Feb 24, 2021

For SC Operator it may be a good idea to generate CRD manifests from inside a docker container.
This should provide reproducible generation step and avoid "produces different output on my machine" issues.

Linter should also fail if generation of manifests produce diff with the commited version.

Improve this page

Add a description, image, and links to the serving topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serving topic, visit your repo's landing page and select "manage topics."

Learn more