Konstantin Lebedev
04f4b10884
fix: avoid timeout if datacenter does not exist in topology ( #5772 )
* fix: avoid timeout if datacenter does not exist in topology
* fix: error msg
* fix: rm dublicate check
* fix: compare
* revert minor change
10 months ago
小羽
cb5dae0c9c
Fix "no more writable volumes" error when volume grows and master leader changed at the same time ( #5771 )
10 months ago
chrislu
4e7d8eb3f1
small refactoring
10 months ago
chrislu
f3d708d3b6
add a test case
10 months ago
Konstantin Lebedev
f77eee667d
add s3test for sql ( #5718 )
* add s3test for sql
* fix test test_bucket_listv2_delimiter_basic for s3
* fix action s3tests
* regen s3 api xsd
* rm minor s3 test test_bucket_listv2_fetchowner_defaultempty
* add docs
* without xmlns
10 months ago
chrislu
7c06306857
fix breadcrumb
10 months ago
chrislu
62c29b2398
Revert "directory can paginate"
This reverts commit 69003d0e90
.
10 months ago
chrislu
761a1555de
fix ordering
10 months ago
chrislu
69003d0e90
directory can paginate
10 months ago
Konstantin Lebedev
5ffacbb6ea
refactor all methods strings to const ( #5726 )
10 months ago
chrislu
ac6fd36c06
using fixed bootstrap from peer filer
10 months ago
chrislu
c030cb3ce9
bootstrap filer from one peer
10 months ago
chrislu
ded761ffc5
adjust visibility
10 months ago
chrislu
07f47776c3
minor
10 months ago
chrislu
464611f614
optionally skip deleting file chunks
11 months ago
chrislu
64fd233a59
DeleteUncommittedChunks
11 months ago
chrislu
677cfb8ad1
refactor
11 months ago
vadimartynov
8aae82dd71
Added context for the MasterClient's methods to avoid endless loops ( #5628 )
* Added context for the MasterClient's methods to avoid endless loops
* Returned WithClient function. Added WithClientCustomGetMaster function
* Hid unused ctx arguments
* Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions
* Changed the context termination check in the tryConnectToMaster function
* Added a child context to the tryConnectToMaster function
* Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
11 months ago
chrislu
2a169dde9a
minor
11 months ago
chrislu
b03c831ad2
more logs
11 months ago
MeenakshiSachdeva
1caa012a76
Fix Filer Sync Issue: 5455 ( #5663 )
11 months ago
steve.wei
2150289442
fix: Ensure that the clientAddress is unique ( #5655 )
11 months ago
Gaspare Iengo
dc6b750424
Fix panic ( #5654 )
11 months ago
steve.wei
d8da4bbaa7
Set the capacity of clientChan to 10000 ( #5647 )
11 months ago
LHHDZ
36b5b713ba
fix deadlock caused by message chan blocked ( #5639 )
11 months ago
chrislu
3e7a92061b
pass along volume server grpc port
fix https://github.com/seaweedfs/seaweedfs/issues/5617
11 months ago
chrislu
364bb6c7b4
avoid ticker leak
11 months ago
shenxingwuying
ee25ada732
reduce ambiguity about use memory_sequencer ( #5555 )
1 year ago
chrislu
55976ae04a
avoid repeated calls to heavy-weighted viper
1 year ago
chrislu
d9490c5e1f
rename
1 year ago
Konstantin Lebedev
33537ae29f
[s3] fix s3 test_multipart_get_part ( #5476 )
* try fix s3 test_multipart_get_part
* add passed s3 tests
* fix SeaweedFSUploadId
* rm spaces
* convert part request to range
* add passed s3 tests of multipart
1 year ago
yudrywet
8833745fbc
chore: fix some typos in comments ( #5497 )
1 year ago
Konstantin Lebedev
5189a09de0
[volume] Reduce the number of buffers for uploading one chunk ( #5458 )
1 year ago
skycope
6dae685f9c
fix append disorder ( #5492 )
1 year ago
Henco Appel
5c8e6014ba
fix: filer authenticate with with volume server ( #5480 )
1 year ago
Konstantin Lebedev
df40908e57
fix panic 5435 ( #5436 )
1 year ago
chrislu
aed6fdffd2
fix nil volume data backend
fix https://github.com/seaweedfs/seaweedfs/issues/5417
1 year ago
jerebear12
7091269e65
fix get file metadata bug ( #5394 )
* Removed problematic if statement
This if statement was causing the value of option.AllowedOrigins to be always equal to "*". Now the values in the config file will be used when present. This allows for people who don't need this feature to not update their security.toml files.
* Update filer_server_handers_read.go
* Updated filer responses to invalid requests
1 year ago
chrislu
27bb38228b
only broad cast when there are waiting threads
1 year ago
Konstantin Lebedev
54ee73287d
[filer] replace an invalid methods in a metric with an invalid one ( #5378 )
fix: replace an invalid methods in a metric with an invalid one for filer
1 year ago
rustrover
ab70aa92da
remove repetitive words ( #5364 )
1 year ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
1 year ago
chrislu
832b60c13f
pass errors
1 year ago
chrislu
5c0f01c0eb
purge cluster id
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
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
Chris Lu
fa72761bb8
fix on finding lock owner
1 year ago
chrislu
d41792461c
lock returns host and owner
1 year ago
chrislu
d30150dde1
use a short-lived lock
1 year ago