seaweedfs/weed
Chris Lu 3ac2a2e22d
fix tikv listing due to expired entries (#7115)
* fix tikv listing due to expired entries

When there are many entries with empty fileName values (which can happen after TTL cleanup), the continue statements prevent the loop counter from incrementing, creating an infinite loop.

* address comments

* Update weed/filer/tikv/tikv_store.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* address comments

Update weed/filer/tikv/tikv_store.go

Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-08 12:38:55 -07:00
..
admin Admin: refactoring active topology (#7073) 2025-08-03 01:35:38 -07:00
cluster add CORS tests (#7001) 2025-07-19 23:56:17 -07:00
command Context cancellation during reading range reading large files (#7093) 2025-08-06 10:09:26 -07:00
credential Filer Store: postgres backend support pgbouncer (#7077) 2025-08-03 11:56:04 -07:00
filer fix tikv listing due to expired entries (#7115) 2025-08-08 12:38:55 -07:00
filer_client Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
glog convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
iamapi convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
images Migrates from disintegration/imaging c2019 to cognusion/imaging c2024. (#5533) 2024-04-24 23:16:04 -07:00
mount Context cancellation during reading range reading large files (#7093) 2025-08-06 10:09:26 -07:00
mq Context cancellation during reading range reading large files (#7093) 2025-08-06 10:09:26 -07:00
notification fix: dead letter message log message (#7072) 2025-08-02 08:21:57 -07:00
operation convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
pb Admin: refactoring active topology (#7073) 2025-08-03 01:35:38 -07:00
query move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
remote_storage fix for baidu cloud storage 2025-08-06 20:53:05 -07:00
replication convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
s3api fix signature hashing for iam (#7100) 2025-08-05 22:54:54 -07:00
security remove spoof-able request header (#7103) 2025-08-06 10:08:30 -07:00
sequence remove unused function 2024-06-25 09:18:11 -07:00
server volume server UI: fix ec volume ui (#7104) 2025-08-07 00:07:03 -07:00
sftpd convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
shell Shell: add verbose ec encoding mode (#7105) 2025-08-07 00:12:05 -07:00
static Fix Broken Links (#5287) 2024-02-14 08:26:38 -08:00
stats [volume] refactor and add metrics for flight upload and download data limit condition (#6920) 2025-07-02 18:03:49 -07:00
storage volume server UI: fix ec volume ui (#7104) 2025-08-07 00:07:03 -07:00
telemetry convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
topology Admin UI: include ec shard sizes into volume server info (#7071) 2025-08-02 02:16:49 -07:00
util context cancellation during reading range reading large files (#7092) 2025-08-04 23:22:11 -07:00
wdclient convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
worker Admin: refactoring active topology (#7073) 2025-08-03 01:35:38 -07:00
Makefile test versioning also (#7000) 2025-07-19 21:43:34 -07:00
weed.go set exit status 2025-03-17 23:13:27 -07:00