tam-i13
|
b669607fcd
|
Add error list each entry func (#7485)
* added error return in type ListEachEntryFunc
* return error if errClose
* fix fmt.Errorf
* fix return errClose
* use %w fmt.Errorf
* added entry in messege error
* add callbackErr in ListDirectoryEntries
* fix error
* add log
* clear err when the scanner stops on io.EOF, so returning err doesn’t surface EOF as a failure.
* more info in error
* add ctx to logs, error handling
* fix return eachEntryFunc
* fix
* fix log
* fix return
* fix foundationdb test s
* fix eachEntryFunc
* fix return resEachEntryFuncErr
* Update weed/filer/filer.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/elastic/v7/elastic_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/hbase/hbase_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/foundationdb/foundationdb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update weed/filer/ydb/ydb_store.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix
* add scanErr
---------
Co-authored-by: Roman Tamarov <r.tamarov@kryptonite.ru>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-11-25 19:35:19 -08:00 |
|
jang1lee
|
4ad669b2aa
|
Fixes files with TTL can not be read in a mounted folder (#6646)
|
2025-03-19 23:11:41 -07:00 |
|
jang1lee
|
f7f6e1158e
|
Fixes files with TTL are not listed in a mounted folder. (#6621)
|
2025-03-12 06:07:41 -07:00 |
|
chrislu
|
9ca30e52d5
|
fuse mount handles ttl entries
fix https://github.com/seaweedfs/seaweedfs/issues/5527
|
2024-08-08 08:18:54 -07:00 |
|
wusong
|
0cb9ddd8ec
|
Fix data loss: add lock for metacache (#4664)
Co-authored-by: wang wusong <wangwusong@virtaitech.com>
|
2023-07-11 22:23:32 -07:00 |
|
wusong
|
de081c0d64
|
[mount] fix metacache update (#4161)
|
2023-01-29 07:55:27 -08:00 |
|
wusong
|
549354e324
|
Fix hardlink counting (#4042)
Signed-off-by: wusong <wangwusong@virtaitech.com>
Signed-off-by: wusong <wangwusong@virtaitech.com>
Co-authored-by: wusong <wangwusong@virtaitech.com>
|
2022-12-08 10:50:57 -08:00 |
|
chrislu
|
303bd067b5
|
Revert "rename: delete source entry metadata only, skipping hard links"
This reverts commit 03466f955e.
fix https://github.com/seaweedfs/seaweedfs/issues/3386
|
2022-07-31 22:51:41 -07:00 |
|
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
chrislu
|
fcf3714443
|
mount: add back support for filer.path
|
2022-02-28 12:16:53 -08:00 |
|
chrislu
|
03466f955e
|
rename: delete source entry metadata only, skipping hard links
|
2022-02-25 02:57:54 -08:00 |
|
chrislu
|
dbeeda8123
|
listen for metadata updates
|
2022-02-14 01:09:31 -08:00 |
|