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>
|
6 days ago |
Chris Lu
|
69553e5ba6
|
convert error fromating to %w everywhere (#6995)
|
5 months ago |
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>
|
5 months ago |
Bruce Zou
|
fa730abec7
|
fix rocksdb enumerate (#6858)
|
6 months ago |
chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
3 years ago |
chrislu
|
a112cbe44c
|
filer: rocksdb store report not found correctly
fix https://github.com/seaweedfs/seaweedfs/discussions/3555
|
3 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
3 years ago |
chrislusf
|
3ffbaaa071
|
use github.com/linxGnu/grocksdb
|
4 years ago |
qieqieplus
|
2b46df13f8
|
add bloom filter for filer leveldb/rocksdb
|
4 years ago |
Chris Lu
|
182288f860
|
filer: fix mysql, postgres batch delete error
|
4 years ago |
Konstantin Lebedev
|
6aa1a56ec8
|
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
|
5 years ago |
Chris Lu
|
2d4c2db81d
|
filer: leveldb, rocksdb auto create store directory
fix https://github.com/chrislusf/seaweedfs/issues/1901
|
5 years ago |
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
5 years ago |
Chris Lu
|
01dc8a43ba
|
fix rocksdb
|
5 years ago |
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
5 years ago |
Chris Lu
|
34a846009d
|
implement rocksdb changes
|
5 years ago |
qieqieplus
|
0f18592315
|
alter style
|
5 years ago |
qieqieplus
|
c7e7431fd3
|
fix seek lastkey may reach EOF
|
5 years ago |
qieqieplus
|
bbae13e415
|
impl: TTL per entry for rocksdb; fix package name
|
5 years ago |
chenqieqie
|
40b3207f18
|
fix #1726
|
5 years ago |
Chris Lu
|
f4d87f8b9d
|
works
performance seems about the same as leveldb for insert entries
|
5 years ago |