aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/hbase
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
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>
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu2-5/+5
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
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-01-31filer: leveldb and hbase may miss files when listing large directories more ↵Chris Lu1-2/+3
than 1024 fix https://github.com/chrislusf/seaweedfs/issues/1768
2021-01-15add stream list directory entriesChris Lu1-10/+11
2021-01-14change limit to int64 in case of overflowChris Lu1-2/+2
2021-01-14implement hbase changesChris Lu1-5/+7
2021-01-06go fmtChris Lu1-1/+2
2020-12-24hbase add ttlChris Lu2-5/+13
2020-12-24fix prefixChris Lu1-2/+2
2020-12-23fix compilationChris Lu1-1/+1
2020-12-23fix compilationChris Lu1-1/+1
2020-12-23adjust for directory listingChris Lu1-5/+11
2020-12-23fix wrong column familyChris Lu2-5/+3
2020-12-23fixChris Lu1-1/+1
2020-12-23seems compilingChris Lu2-0/+290