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>
|
4 days 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 |
chrislu
|
cb67137a03
|
optionally open the leveldb in readonly mode
|
1 year ago |
chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
3 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
3 years ago |
chrislu
|
fc8241fb5e
|
leveldb3: add instant dropping bucket
|
3 years ago |
Konstantin Lebedev
|
21033ff4c3
|
refactor use const CountEntryChunksForGzip
|
4 years ago |
chrislu
|
56da3494cb
|
leveldb3: adjust memory allocation for each bucket
|
4 years ago |
joshuafc
|
5654d0d60d
|
CompactionTableSizeMultiplier of leveldb use default value. #2325
To improve performance of leveldb find key in condition of large directory(millions of files) which use uuid as filename.
|
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
|
4be51c0701
|
filer: leveldb and hbase may miss files when listing large directories more than 1024
fix https://github.com/chrislusf/seaweedfs/issues/1768
|
5 years ago |
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
5 years ago |
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
5 years ago |
Chris Lu
|
b5ceffe188
|
implement leveldb changes
|
5 years ago |
Chris Lu
|
ca73013453
|
leveldb3: ensure repeatable adding removing buckets
|
5 years ago |
Chris Lu
|
5cd9c9e642
|
remove println
|
5 years ago |
Chris Lu
|
629c9962e7
|
filer: add leveldb3
support dedicated leveldb instance for each bucket
|
5 years ago |