You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the file is missing in minio, but the metadata recorded in etcd contains the file, causing a querynode that loads this segment to fail to start. fileID:455863820064330546
I used the birdwatcher tool to verify the collection and found that the file was missing. Then I used the --fix option to repair it but it did not take effect. From the code view, it was to delete the etcd key, but in fact the logID was recorded in the values of the binlog key. The deletion function was wrong.
Start to verify segment(455863820065742996) --- (0/1)
file/insert_log/455863820065742927/455863820065742928/455863820065742996/0/455863820064330528
file/insert_log/455863820065742927/455863820065742928/455863820065742996/0/455863820064330536
file/insert_log/455863820065742927/455863820065742928/455863820065742996/0/455863820064330545
file/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330529
file/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330537
file/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546
failed to check file/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546 The specified key does not exist. NoSuchKey
path file/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546 true
remove milvus-cluster/meta/datacoord-meta/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546
audit delete milvus-cluster/meta/datacoord-meta/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546
failed to delete insert binlogs from etcd for segment 455863820065742996, err: key not found: milvus-cluster/meta/datacoord-meta/insert_log/455863820065742927/455863820065742928/455863820065742996/1/455863820064330546
failed to remove segment insert path
file/insert_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330522
file/insert_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330538
file/insert_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330547
file/insert_log/455863820065742927/455863820065742928/455863820065742996/101/455863820064330523
file/insert_log/455863820065742927/455863820065742928/455863820065742996/101/455863820064330531
file/insert_log/455863820065742927/455863820065742928/455863820065742996/101/455863820064330540
file/insert_log/455863820065742927/455863820065742928/455863820065742996/102/455863820064330524
file/insert_log/455863820065742927/455863820065742928/455863820065742996/102/455863820064330532
file/insert_log/455863820065742927/455863820065742928/455863820065742996/102/455863820064330541
file/insert_log/455863820065742927/455863820065742928/455863820065742996/103/455863820064330525
file/insert_log/455863820065742927/455863820065742928/455863820065742996/103/455863820064330533
file/insert_log/455863820065742927/455863820065742928/455863820065742996/103/455863820064330542
file/insert_log/455863820065742927/455863820065742928/455863820065742996/104/455863820064330526
file/insert_log/455863820065742927/455863820065742928/455863820065742996/104/455863820064330534
file/insert_log/455863820065742927/455863820065742928/455863820065742996/104/455863820064330543
file/insert_log/455863820065742927/455863820065742928/455863820065742996/105/455863820064330527
file/insert_log/455863820065742927/455863820065742928/455863820065742996/105/455863820064330535
file/insert_log/455863820065742927/455863820065742928/455863820065742996/105/455863820064330544
Segment(455863820065742996) binlog done
file/stats_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330530
file/stats_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330539
file/stats_log/455863820065742927/455863820065742928/455863820065742996/100/455863820064330548
file/stats_log/455863820065742927/455863820065742928/455863820065742996/100/1
Where the file id 455863820064330546 is actually recorded in key value
Current Behavior
I found that the file is missing in minio, but the metadata recorded in etcd contains the file, causing a querynode that loads this segment to fail to start. fileID:455863820064330546
I used the birdwatcher tool to verify the collection and found that the file was missing. Then I used the --fix option to repair it but it did not take effect. From the code view, it was to delete the etcd key, but in fact the logID was recorded in the values of the binlog key. The deletion function was wrong.
Where the file id 455863820064330546 is actually recorded in key value
Expected Behavior
verify-segment --fix insert_log can work
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: