Results 290 comments of groot

> 今天刚试用,碰到同样的问题,也是 2.2.3 版本 `Caused by: java.lang.NoSuchMethodError: 'boolean com.google.protobuf.GeneratedMessageV3.isStringEmpty(java.lang.Object)' at io.milvus.grpc.CollectionSchema.getSerializedSize(CollectionSchema.java:220) at com.google.protobuf.AbstractMessageLite.toByteString(AbstractMessageLite.java:58) at io.milvus.client.AbstractMilvusGrpcClient.createCollection(AbstractMilvusGrpcClient.java:378)` Milvus 和 Java SDK都是 2.2.3版本?

Java sdk 2.2.4 has been released, I suppose this version can resolve this compatible problem. https://github.com/milvus-io/milvus-sdk-java/releases/tag/v2.2.4

[deployment_yaml.zip](https://github.com/milvus-io/milvus/files/10766154/deployment_yaml.zip)

> ```gfm > 12. in the client side, call flush() to flush the data > ``` Step 12 is a flush call from the client side: 12. in the client...

@PetrichorHu Did you ever defined a environment variable "ETCD_ENDPOINTS" according to this doc: https://milvus.io/docs/configure_etcd.md If so, the "ETCD_ENDPOINTS" can overwrite the configuration of milvus.yml, and the end point ""etcd-endpoints://0xc0004e4e00/my-release-etcd:2379" is...

Bulkinsert also has the same problem. I have submitted a [commit](https://github.com/milvus-io/milvus/pull/20506/files) for bulkinsert: https://github.com/milvus-io/milvus/pull/20506/files The encoding/json lib uses float64 for all numeric values by default. We can ask the json...