Skip to content

testing/seaweedfs: upgrade to 2.83

Michael Pirogov requested to merge uuser/aports:seaweed into master
FUSE Mount
Improve random read performance by only fetching the range instead of the whole chunk.
Improve stream read performance by only caching the first chunk to disk.
Improve random write performance with temporary chunked file.
Improve stream write performance with parallel uploading and without writing to a temporary file.

Master
Revert adding default admin scripts.
assign fileId according to DataNode with empty DataCenter and Rack

S3
Audit log default to async mode 
Bind to a specific IP address 
Pass through s3 presigned headers 

Filer
allow upload file to specific dataNode 
add "datacenter, rack and datanode" for path specific configuration
Gateway to Remote Object Store
Skip writing temporary uploaded multipart files to remote storage ```

Merge request reports