groot
groot
**partial log of query node 004:** [2022/07/07 20:01:10.716 +08:00] [INFO] [shard_cluster_service.go:156] ["successfully handoff"] [channel=by-dev-rootcoord-dml_31_434328479553028101v1] [segment="online_segments: "] [2022/07/07 20:01:11.215 +08:00] [INFO] [query_node.go:349] ["get SealedSegmentsChangeInfo from etcd"] [infoID=0] [2022/07/07 20:01:11.703 +08:00] [INFO]...
**partial log of query node 005:** [2022/07/09 11:04:22.420 +08:00] [INFO] [shard_cluster.go:358] ["ShardCluster remove segment"] [nodeID=29] [segmentID=434457768747597828] [state=0] [2022/07/09 11:04:22.420 +08:00] [INFO] [shard_cluster.go:358] ["ShardCluster remove segment"] [nodeID=29] [segmentID=434458712439783426] [state=0] [2022/07/09 11:04:22.420...
Follow the description of TLS example: https://github.com/milvus-io/milvus-sdk-java/blob/6bc4304e9fe5b69ff204b3abe67a2adf38a3c5b5/examples/main/java/io/milvus/TLSExample.java#L33
The following steps are an example of using docker-compose to launch a milvus cluster locally with tls configurations. 1. Download this zip file to a local folder, and extract it....
**The key points:** - In the docker-compose.yaml, the milvus.yaml is mapped to the ourside milvus.yaml, the internal certification file path "/milvus/configs/cert" is mapped to the outside "tls" folder ``` proxy:...
If you need two-way tls: 1. set the tlsMode to 2 in the milvus.yaml: ``` common: security: tlsMode: 2 ``` 2. specify the required certification files in the client java...
The getFieldData() returns a List, if we don't throw an exception, we don't know which type should be returned in the List. List getFieldData(@NonNull String fieldName, int indexOfTarget)
https://stackoverflow.com/questions/64224830/illegalaccesserror-tried-to-access-field-com-google-protobuf-abstractmessage-me
I could not reproduce this issue. There is only one possible reason cause this error "Illegal field name: xxx": the server returns a result that doesn't contain this field. It...
Hi @Mikelin97, I can run the command on my macbook(macos 13.1) successfully: ``` (chatgpt-retrieval-plugin-py3.10) (base) michaelmo@YihuadeMacBook-Pro chatgpt-retrieval-plugin % pytest ./tests/datastore/providers/milvus/test_milvus_datastore.py ========================================================================= test session starts ========================================================================== platform darwin -- Python 3.10.10,...