Lars Lehtonen
|
772ad67f6b
|
fix(weed/filer/redis): dropped error (#8895)
|
2026-04-02 15:39:04 -07:00 |
|
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 |
|
Chris Lu
|
69553e5ba6
|
convert error fromating to %w everywhere (#6995)
|
2025-07-16 23:39:27 -07: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
|
9bd4c47299
|
update redis support status
|
2025-02-26 17:48:44 -08:00 |
|
chrislu
|
ec155022e7
|
"golang.org/x/exp/slices" => "slices" and go fmt
|
2024-12-19 19:25:06 -08: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
|
645ae8c57b
|
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs""
This reverts commit 8cb42c39
|
2023-09-25 09:35:16 -07:00 |
|
chrislu
|
8cb42c39ad
|
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
This reverts commit 2e5aa06026, reversing
changes made to 4d414f54a2.
|
2023-09-18 16:12:50 -07:00 |
|
dependabot[bot]
|
a04bd4d26f
|
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0
Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0.
- [Release notes](https://github.com/rclone/rclone/releases)
- [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md)
- [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0)
---
updated-dependencies:
- dependency-name: github.com/rclone/rclone
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* API changes
* go mod
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
|
2023-09-18 14:43:05 -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 |
|
justin
|
3551ca2fcf
|
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
|
2022-04-18 10:35:43 +08:00 |
|
Chris Lu
|
49d971e602
|
filer: redis store needs to clean up batch deleted sub folders
|
2021-09-18 14:05:16 -07:00 |
|
Chris Lu
|
182288f860
|
filer: fix mysql, postgres batch delete error
|
2021-07-22 08:23:20 -07:00 |
|
Konstantin Lebedev
|
6aa1a56ec8
|
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
|
2021-06-15 18:12:39 +05:00 |
|
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
2021-01-15 23:56:24 -08:00 |
|
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
2021-01-14 23:10:37 -08:00 |
|
Chris Lu
|
d2ece29fff
|
implement redis changes
|
2021-01-14 22:21:31 -08:00 |
|
Chris Lu
|
4aaa97c789
|
skip not found error in case of race condition
|
2021-01-14 19:56:14 -08:00 |
|
Chris Lu
|
acc0d5cd2c
|
Revert "Revert "filer store: redis module upgrade""
This reverts commit dd0171e35c.
|
2021-01-11 02:30:19 -08:00 |
|
Chris Lu
|
dd0171e35c
|
Revert "filer store: redis module upgrade"
This reverts commit 40161c9cec.
|
2021-01-11 02:09:18 -08:00 |
|
Chris Lu
|
e2e0e30a51
|
filer: redis default to false for useReadOnly and routeByLatency
|
2021-01-08 01:12:44 -08:00 |
|
Chris Lu
|
40161c9cec
|
filer store: redis module upgrade
|
2021-01-08 01:08:44 -08:00 |
|
Chris Lu
|
b8f32bcab9
|
filer: compress stored metadata
|
2020-09-03 11:00:20 -07:00 |
|
Chris Lu
|
37234bf3f8
|
filer store adds kv support
can compile now, need to implement those unimplemented
|
2020-09-01 21:59:00 -07:00 |
|
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
2020-09-01 00:21:19 -07:00 |
|