Zhuyi Xue

Results 34 comments of Zhuyi Xue

In my case, i prefer to put them in the same pod for lower latency.

My model is for gRPC, and I'm using the `prediction_raw` method following advice on https://github.com/SeldonIO/seldon-core/issues/2240#issuecomment-668462396 Our seldon version is 1.0.2

if you implement a `predict_raw` that outputs a zero-value metric, it would cause the except of ``` File "/usr/local/lib/python3.8/site-packages/seldon_core/metrics.py", line 146, in update worker_data[key] = {"value": metrics["value"], "tags": tags} KeyError:...

I upgraded from seldon-1.6.0 to 1.14.0, and start seeing errors like ``` ERROR:seldon_core.wrapper:{'status': {'status': 1, 'info': '404 Not Found: The requested URL was not found on the server. If you...

I confirmed it's from the port 9000 in this example ``` "ports": [ { "containerPort": 6000, "name": "metrics", "protocol": "TCP" }, { "containerPort": 9000, "name": "http", "protocol": "TCP" }, {...

I suspect the requests may be to `/ready` or `/live` kind of endpoint, https://github.com/SeldonIO/seldon-core/blob/v1.14.0/executor/api/rest/server.go#L142-L143. How can I disable REST completely, and even better not expose the `9000`? Perhaps by setting...

where in the source code can I find the rule buildifier uses to sort the attributes, please?

hmmm.. this still doesn't quite solve the problem as it's unclear how user would control how to call the Trino class

Thank you for comment, @achals . the thing is that the `Connection` object in trino https://github.com/trinodb/trino-python-client/blob/master/trino/dbapi.py#L93 supports many args, and not all from can be specified in yaml, e.g. `auth`...

@Xueliang24 , sorry for confusion. I meant `--output-tax-id` instead, but it isn't implemented yet, so not expected to work.