mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 09:52:30 +08:00
See also: #28873 When datanode returns error or go offline during GetCompactionResult call, the compress binlog logic will panic since it was using a nil result This PR move it after the CheckRPCCall error to prevent this case. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>