Boris Polonsky

Results 37 comments of Boris Polonsky

I tested again today and here's the log in tensorflow-serving container: ``` 2020-11-04 10:46:30.997583: I tensorflow_serving/model_servers/server.cc:387] Exporting HTTP/REST API at:localhost:8501 ... 2020-11-04 10:50:50.816298: I external/org_tensorflow/tensorflow/core/profiler/lib/profiler_session.cc:164] Profiler session started. 2020-11-04 10:50:50.817199:...

I updated both `tensorflow/serving` and `tensorflow/tensorflow` imge to `2.4.0-gpu`, I got empty profile all the time. Tensorboard created `events.out.tfevents.1608174858.faf5bf56d686.profile-empty` in the `logdir`, prompted that `Capture profile successfully, please refresh` and...

I've installed milvus v2.1.1 via helm chart(v3.1.9) with external kafka configured and I'm facing the same Issue. Here's what I got upon creating collection with `pymilvus`. Here's what I got...

> Anyone interested to implement on it? Could you elaborate and tell us how we should know each of the topic needed so that we could create them manually in...

> Having the same issue here. Please reopen this. I second this. External kafka is currently not usable yet it's an already implemented feature in Milvus v2.1.1.

Please follow our issue template, otherwise we couldn't figure out what the problem is given what you've provided so far.

[This](https://github.com/bitnami/charts/blob/e10625faaf986dc2fd691ccdd6ff67396001730f/bitnami/postgresql/templates/primary/statefulset.yaml#L130-L136) is what would happen under the hood according to [bitnami](https://github.com/bitnami/charts) ``` chown {{ .Values.primary.containerSecurityContext.runAsUser }}:{{ .Values.primary.podSecurityContext.fsGroup }} {{ .Values.primary.persistence.mountPath }} mkdir -p {{ .Values.primary.persistence.mountPath }}/data {{- if (include "postgresql.v1.mountConfigurationCM"...