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 |
|
Aleksey Kosov
|
4511c2cc1f
|
Changes logging function (#6919)
* updated logging methods for stores
* updated logging methods for stores
* updated logging methods for filer
* updated logging methods for uploader and http_util
* updated logging methods for weed server
---------
Co-authored-by: akosov <a.kosov@kryptonite.ru>
|
2025-06-24 08:44:06 -07:00 |
|
chrislu
|
c59517e284
|
upgrade to github.com/redis/go-redis/v9
fix https://github.com/seaweedfs/seaweedfs/issues/4532
|
2024-07-11 00:15:19 -07:00 |
|
chrislu
|
3fbf4f6189
|
Revert "Initial patch for redis version 7 support (#4572)"
This reverts commit a25bca0692.
|
2023-06-12 22:27:38 -07:00 |
|
Aaron Gipson
|
a25bca0692
|
Initial patch for redis version 7 support (#4572)
|
2023-06-12 13:30:03 -07:00 |
|
chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
2022-11-15 06:33:36 -08:00 |
|
chrislu
|
f5d4952d73
|
filer: redis store reduce from 2 redis operations to 1 for updates.
|
2022-10-12 23:50:09 -07:00 |
|
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
Konstantin Lebedev
|
21033ff4c3
|
refactor use const CountEntryChunksForGzip
|
2022-05-01 22:28:55 +05:00 |
|
Chris Lu
|
893f0587b1
|
redis3 adds distributed locking
|
2021-10-06 00:03:54 -07:00 |
|
Chris Lu
|
366f522a2d
|
add redis3
|
2021-10-04 01:01:31 -07:00 |
|
Chris Lu
|
8f2e4be074
|
wip
|
2021-09-18 14:04:30 -07:00 |
|