Aleksey Kosov
90c128e7a6
Context-based logging with request ID ( #6899 )
2 days ago
Chris Lu
a72c442945
Fix chunked data reading if iam not enabled ( #6898 )
* fix chunked data reading if iam not enabled
* add unit test
3 days ago
SmoothDenis
abd5102819
ydb filer improvements ( #6890 )
* fix(ydb): table creation with params
* fix(ydb): migrate to new query client & prevent creation table-bucket on get request
* fix(ydb): use new query client with kv req
* fix(ydb): use directory in every query
* fix(ydb): del unused import
* fix(ydb): tests & default const usage
3 days ago
chrislu
da728750be
follow grow volume option version
3 days ago
chrislu
2f1b3d68d7
pass volume version when creating a volume
4 days ago
chrislu
87927d068b
display volume version when listing
4 days ago
chrislu
9a115068af
adding cassandra2
fix https://github.com/seaweedfs/seaweedfs/issues/6888
5 days ago
chrislu
748bf5e4d3
add default value when reading needle version
6 days ago
chrislu
c602f53a6e
tail-volume-uses-the-source-volume-version
6 days ago
chrislu
d2be5822a1
refactoring
6 days ago
chrislu
96632a34b1
add version to volume proto
6 days ago
Chris Lu
5d8a391b95
filer store: fix nil for mongodb ( #6886 )
fix https://github.com/seaweedfs/seaweedfs/issues/6885
6 days ago
Alexey
29d1701c34
Fix url scheme using for forwarded request with changed proto ( #6884 )
6 days ago
chrislu
78069605a6
sort lifecycles
6 days ago
chrislu
f0e987dc9d
ensure consistent testing
6 days ago
Erik Jacobson
77397be070
allow distro mount command to use disableXAttr ( #6872 )
6 days ago
Konstantin Lebedev
958d88cb85
[shell] volume copy add param noLock ( #6871 )
6 days ago
chrislu
c26299b05a
3.91
7 days ago
NyaMisty
f894e7b7a5
Support filtering source disk type in volume.tier.upload ( #6868 )
7 days ago
NyaMisty
53e5c84523
Fix wrong error handling in volume.tier.upload when stream == nil but copyErr != nil ( #6867 )
7 days ago
NyaMisty
cdc543aa9e
Correctly sort in volume.list to ensure output consistency ( #6866 )
7 days ago
Gerry Hernandez
e653de54b4
FUSE Mount: Fix buffer allocation during copy ( #6863 )
Fix buffer allocation during FUSE copy
1 week ago
chrislu
c79e73aa2a
mount: complete fix for freebsd
fix https://github.com/seaweedfs/seaweedfs/issues/6645
1 week ago
chrislu
e71d681fee
refactor
2 weeks ago
chrislu
7c4d98446b
refactor
2 weeks ago
chrislu
f27e195354
refactoring
2 weeks ago
Bruce Zou
fa730abec7
fix rocksdb enumerate ( #6858 )
2 weeks ago
chrislu
33ecc8442e
refactor
2 weeks ago
chrislu
81aeec74a4
3.90
2 weeks ago
chrislu
60f11f6510
add a readme file for volume needle data layout
2 weeks ago
chrislu
61c4f01e05
refactor
2 weeks ago
chrislu
a489d99333
fix tests
2 weeks ago
Lisandro Pin
00c621abb8
Fix dumb typo in 08556257
( #6844 )
2 weeks ago
SmoothDenis
c99530ec66
fix(filer): add missing return after KvDelete in KvPut with empty value ( #6846 )
2 weeks ago
chrislu
7439af0eca
refactoring
2 weeks ago
chrislu
cc135c63f7
a bit refactoring
2 weeks ago
chrislu
c4695fc3b3
refactor needle write for different versions
2 weeks ago
Lisandro Pin
bed0a64693
New `needle_map.CompactMap()` implementation for reduced memory usage ( #6842 )
* Rework `needle_map.CompactMap()` to maximize memory efficiency.
* Use a memory-efficient structure for `CompactMap` needle value entries.
This slightly complicates the code, but makes a **massive** difference
in memory efficiency - preliminary results show a ~30% reduction in
heap usage, with no measurable performance impact otherwise.
* Clean up type for `CompactMap` chunk IDs.
* Add a small comment description for `CompactMap()`.
* Add the old version of `CompactMap()` for comparison purposes.
2 weeks ago
chrislu
35f0daa198
the isFsync parameter is essentially IsAsyncWrite and it needs to be turned off if s.isStopping
d8c574a5ef (r159132764)
3 weeks ago
chrislu
2f3de5e199
fix build
3 weeks ago
chrislu
bd4891a117
change version directory
3 weeks ago
Chris Lu
b25561d0d7
3.89
3 weeks ago
Chris Lu
d40746f34e
fix insert beyond look back window ( #6838 )
3 weeks ago
Lisandro Pin
7204731749
Minor fix for the `CompactMap()` performance test. ( #6836 )
Per-entry memory usage is based on `TotalAllocs`, which is incorrect - that
value is a cummulative of heap usage, which doesn't decrease when objects
are freeed.
`Allocs` is instead an accurate represeentation of actual memory usage
at the time metrics are reported.
3 weeks ago
Luna Yao
5e354a18a3
Update filer upsert sqlstring for postgresql ( #6835 )
3 weeks ago
Chris Lu
90802cb201
revert part of d8c574a5ef
( #6829 )
3 weeks ago
FQHSLycopene
ee0c14673d
Fix TTL Behavior for Directories in Path-Specific Configuration ( #6827 )
4 weeks ago
Lisandro Pin
9ffc8bcb54
Further improve memory usage of `needle_map.CompactMap()`. ( #6825 )
4 weeks ago
Aleksey Kosov
283d9e0079
Add context with request ( #6824 )
4 weeks ago
Bruce Zou
62aaaa18f3
unlimit the list entries in completeMultipartUpload ( #6822 )
4 weeks ago