aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/rocksdb
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu2-4/+4
2025-06-24Changes logging function (#6919)Aleksey Kosov1-1/+1
* 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-11fix rocksdb enumerate (#6858)Bruce Zou2-11/+86
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-1/+1
* fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-3/+3
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-3/+3
for later locking on reading chunks
2022-09-01filer: rocksdb store report not found correctlychrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs/discussions/3555
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu5-10/+13
2022-03-16rename to skipCheckParentDirchrislu1-1/+1
related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false.
2022-03-17fix: ut test errorzzq094941-1/+1
2022-02-14test: use `T.TempDir` to create temporary test directoryEng Zer Jun1-6/+3
The directory created by `T.TempDir` is automatically removed when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-4/+4
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-01use github.com/linxGnu/grocksdbchrislusf2-2/+7
2021-07-22Merge pull request #2211 from qieqieplus/filer-bloom-filterChris Lu1-0/+8
add bloom filter for filer leveldb/rocksdb
2021-07-23add bloom filter for filer leveldb/rocksdbqieqieplus1-0/+8
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
https://github.com/chrislusf/seaweedfs/issues/2125
2021-04-24filer: directory listing adds namePatternExcludeChris Lu1-3/+3
fix https://github.com/chrislusf/seaweedfs/issues/2023
2021-03-14filer: leveldb, rocksdb auto create store directoryChris Lu1-0/+2
fix https://github.com/chrislusf/seaweedfs/issues/1901
2021-01-15add stream list directory entriesChris Lu1-12/+14
2021-01-15fix rocksdbChris Lu1-2/+2
2021-01-14change limit to int64 in case of overflowChris Lu2-5/+5
2021-01-14implement rocksdb changesChris Lu1-14/+14
2021-01-07alter styleqieqieplus1-4/+6
2021-01-07fix seek lastkey may reach EOFqieqieplus1-15/+3
2021-01-06ignore decode error for non-entry dataqieqieplus1-9/+8
2021-01-05fix time comparisonqieqieplus1-1/+1
2021-01-05impl: TTL per entry for rocksdb; fix package nameqieqieplus2-16/+65
2021-01-04fix for rocksdb kvqieqieplus1-7/+3
2021-01-04fix #1726chenqieqie1-36/+45
2021-01-03adjust readmeChris Lu1-2/+5
2021-01-02worksChris Lu4-0/+499
performance seems about the same as leveldb for insert entries