chrislu
e7823ee967
retry connecting to broker leader
12 months ago
rustrover
ab70aa92da
remove repetitive words ( #5364 )
12 months ago
chrislu
3b28433cb1
change LogBuffer visibility in LocalPartition
1 year ago
chrislu
28f8f33d6a
include key in LogEntry
1 year ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
1 year ago
chrislu
62397f2371
adjust error
1 year ago
chrislu
832b60c13f
pass errors
1 year ago
chrislu
49869eec83
edge cases for broker assignment
1 year ago
chrislu
33ab6cfcf7
adjust error
1 year ago
chrislu
5c0f01c0eb
purge cluster id
1 year ago
Konstantin Lebedev
170b63d6f8
[filer.backup] add param uploader_part_size for S3sink ( #5352 )
* fix: install cronie
* chore: refactor configure S3Sink
* chore: refactor cinfig
* add filer-backup compose file
* fix: X-Amz-Meta-Mtime and resolve with comments
* fix: attr mtime
* fix: MaxUploadPartst is reduced to the maximum allowable
* fix: env and force set max MaxUploadParts
* fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB
1 year ago
Seyed Mahdi Sadegh Shobeiri
ecc154fa9e
Add deleted bytes to total_disk_size ( #5161 )
1 year ago
adasauce
3e3e0fa240
feat: add support for S3 ListObjects and ListObjectsV2 ( #5350 )
1 year ago
Konstantin Lebedev
872b5161e6
[shell] fs log purge ( #5344 )
* fix: install cronie
* chore: shell delete old logs
* Revert "fix: install cronie"
This reverts commit 920832b04b
.
* fix: dayAgo
* fix: Nit: dayAgo => daysAgo
1 year ago
chrislu
fe03b1b522
handle single broker case
1 year ago
chrislu
50c5dd7313
test low active brokers
1 year ago
chrislu
7598922b41
assign followers
1 year ago
chrislu
7e443ef0a1
latest protoc-gen-go
1 year ago
chrislu
ead27a4f59
publish init add followers
1 year ago
chrislu
1b4484bf0a
go fmt
1 year ago
Sean Ross
0833057503
Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the fin… ( #5351 )
Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the finder copy bug on arm64 macOS devices.
1 year ago
jerebear12
85d6d5371b
Disable filer UI in configuration ( #5297 )
* Add filer.ui.enabled configuration property
* Add filer.expose_directory_metadata to config
* Ammend commit
* Remove ShowUI reference
* Update all routes that allow directory metadata
* Add cmd flag to server.go
1 year ago
chrislu
54d7748a4a
3.63
1 year ago
Konstantin Lebedev
7187346cc1
avoid unexpected compact size ( #5272 )
https://github.com/seaweedfs/seaweedfs/issues/5215
1 year ago
chrislu
7c45992c79
when verifyNeedleIntegrity, do not truncate files
related to https://github.com/seaweedfs/seaweedfs/pull/5259
1 year ago
Chris Lu
32cb9b3276
fix unaligned 64-bit atomic operation in weed mount on arm when readi… ( #5308 )
fix unaligned 64-bit atomic operation in weed mount on arm when reading a file
fix #5306
1 year ago
7y-9
41ec9d7759
refactor: put the auth outside ( #5313 )
1 year ago
7y-9
f037c09c11
fix: only admin auth can delete S3 bucket ( #5312 )
1 year ago
Konstantin Lebedev
6181aa7594
fix: fs verify error counter ( #5261 )
1 year ago
Sébastien
c694cb4e7d
filer: reduce delete entry ErrNotFound logs ( #5301 )
1 year ago
Konstantin Lebedev
8fb978d6f6
[volume] requests that were canceled by the client are not an internal server problem(500 => 499) ( #5304 )
1 year ago
Justin Dhillon
a48e2ec45b
Fix Broken Links ( #5287 )
* https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-setprocessworkingsetsize
* https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-getprocessworkingsetsize
* remove https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
* https://github.com/AShiou/hof
1 year ago
Chris Lu
16b4f9d9ab
subscriber find broker leader first
1 year ago
Chris Lu
e27deed4bc
upgrade protoc
1 year ago
Chris Lu
656b78d1af
proxy to broker leader
1 year ago
Chris Lu
90fcde0e26
report EOF error
1 year ago
Chris Lu
07028a4864
minor
1 year ago
Chris Lu
fa72761bb8
fix on finding lock owner
1 year ago
Chris Lu
4dc6681833
proxy requests to lock owner
1 year ago
sxlehua
ffe5f19aa0
Add s3 postpolicy support header ( #5280 )
* Add s3 postpolicy support header
* optimized code
1 year ago
Chris Lu
0d74ac9224
fix divide by zero
1 year ago
Chris Lu
f9131de43f
fix lock TTL
1 year ago
Chris Lu
44b49bec99
less verbose
1 year ago
Chris Lu
56df44845f
fix when two consecutive chunks with the same modified_ts_ns
fix https://github.com/seaweedfs/seaweedfs/issues/5276
1 year ago
Chris Lu
0a12301b3d
avoid too large expiration time
1 year ago
sxlehua
0b49c16361
Adapt S3 POST ContentType ( #5275 )
1 year ago
Chris Lu
1b5ba4190c
avoid timestamp overflow
1 year ago
chrislu
d41792461c
lock returns host and owner
1 year ago
chrislu
d30150dde1
use a short-lived lock
1 year ago
chrislu
c1bb76d709
fix nil error
1 year ago