milvus/internal/datanode/iterators
congqixia 962a5446f8
enhance: Add ctx in SyncTask.Run to be cancellable (#34042)
Related to #33716

This PR add context param in SyncTask.Run execution functions to make it
cancellable from the caller.

This make it possible to cancel task when datanode/data sync service is
beeing shut down.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-06-25 14:22:04 +08:00
..
binlog_iterator_test.go enhance: Add ctx in SyncTask.Run to be cancellable (#34042) 2024-06-25 14:22:04 +08:00
binlog_iterator.go feat: Add levelzero compaction in DN (#28470) 2023-11-30 14:30:28 +08:00
deltalog_iterator_test.go enhance: Add ctx in SyncTask.Run to be cancellable (#34042) 2024-06-25 14:22:04 +08:00
deltalog_iterator.go enhance: Speed up L0 compaction (#30410) 2024-02-04 10:49:05 +08:00
iterator.go feat: Add levelzero compaction in DN (#28470) 2023-11-30 14:30:28 +08:00