congqixia

Results 116 issues of congqixia

This PR add log fields indication session identity which could help investigation session problem in standalone mode.

kind/enhancement
size/M
approved
stale
dco-passed

See also #31766 This PR add param place holder type check with search vector field type. This utility method also allows future float32, float16 and bfloat16 convertion.

kind/enhancement
size/L
approved
ci-passed
stale
dco-passed

Cherry-pick from master pr: #30073 currently integration test may timeout if any case run time is above 3 minutes. This duration was hard coded. This PR change this duration into...

kind/enhancement
sig/testing
size/S
approved
area/test
stale
needs-dco
test/integration

Cherry-pick from master pr: #32770 See also #32769

kind/bug
size/L
approved
ci-passed
dco-passed

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: 4de063a & 2.4.1 - Deployment mode(standalone or cluster):...

kind/bug
triage/accepted

See also #255 This PR: - Add `show partition-loaded` command to list partitions loaded - Make `force-release` able to specify collection id - Rewrite `force-release` command with new framework -...

approved
dco-passed
size/L

### What would you like to be added? Make `force-release` command able to release only specified collection ### Why is this needed? `force-release` command will release all collections loaded, which...

kind/enhancement

### What would you like to be added? Birdwatcher add parameters to specify authentications - ETCD - Pulsar - Kafka - Minio/S3(already supported) ### Why is this needed? Some deployments...

kind/enhancement

### What would you like to be added? Make birdwatcher connect to multiple thirdparty and milvus itself ### Why is this needed? With this feature, Milvus could check meta data...

kind/enhancement

### Current Behavior Ctrl-C cannot set signal interupt to command since the terminal is configured by `go_prompt` ### Expected Behavior Ctrl-C shall be able to cancel running commands ### Steps...