Files
seaweedFS/weed/filer
Chris Lu 4106fc0436 fix(tikv): improve context propagation and refactor batch delete logic (#7558)
* fix(tikv): improve context propagation and refactor batch delete logic

Address review comments from PR #7557:

1. Replace context.TODO() with ctx in txn.Get calls
   - Fixes timeout/cancellation propagation in FindEntry
   - Fixes timeout/cancellation propagation in KvGet

2. Refactor DeleteFolderChildren to use flush helper
   - Eliminates code duplication
   - Cleaner and more maintainable

These changes ensure proper context propagation throughout all
TiKV operations and improve code maintainability.

* error formatting
2025-11-26 15:54:26 -08:00
..
2024-03-25 12:50:43 -07:00
2022-10-12 00:03:27 -07:00
2023-01-04 09:52:25 -08:00
2022-08-17 12:42:03 -07:00
2025-10-13 18:05:17 -07:00
2023-04-13 22:32:45 -07:00