mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
issue: #49609 pr: #49624 This bounds `streaming.Release()` with a fixed 5s timeout so shutdown can return `ErrWALReleaseTimeout` instead of waiting forever when WAL release is blocked by an in-flight local metrics path. Validation: - Attempted: `go test -tags test ./internal/distributed/streaming -run TestReleaseTimeout -count=1` - Result on local 2.6 worktree: blocked by local CGO/FFI artifact issue: `internal/storagev2/packed/ffi_common.go: could not determine what C.FFIResult refers to` Signed-off-by: chyezh <chyezh@outlook.com>