Konstantin Lebedev

Results 97 issues of Konstantin Lebedev

Very often, volumes are checked, but no action is taken ``` a, b := replicas[0], replicas[1] if !*slowMode { if fileCount(a) == fileCount(b) { replicas = replicas[1:] continue } }...

disable glibc dependency https://github.com/nsmithuk/local-kms/issues/58

The client interface is implemented in rclone, you can configure it as a backend and import client code for sink replication https://github.com/rclone/rclone/blob/master/backend/yandex/yandex.go Since the token is issued temporary, it is...

**Describe the bug** ls ``` -rw-r--r-- 1 seaweed seaweed 16M Apr 18 13:33 /data/bucket_231.dat ``` volume.list ``` volume id:231 size:16047320 collection:\"bucket\" file_count:4 delete_count:2 deleted_byte_count:16046990 replica_placement:100 version:3 ttl:261 compact_revision:149 modified_at_second:1713447196 ```...

# What problem are we solving? small refactor https://github.com/seaweedfs/seaweedfs/pull/5539 - if to switch - string metrod to const # How are we solving the problem? improve readability # How is...

**Describe the bug** ``` =================================== FAILURES =================================== ______________________ test_bucket_listv2_delimiter_basic ______________________ @pytest.mark.list_objects_v2 def test_bucket_listv2_delimiter_basic(): > bucket_name = _create_objects(keys=['foo/bar', 'foo/bar/xyzzy', 'quux/thud', 'asdf']) s3tests_boto3/functional/test_s3.py:205: _ _ _ _ _ _ _ _ _...

# What problem are we solving? https://github.com/seaweedfs/seaweedfs/issues/5461 # How are we solving the problem? https://github.com/seaweedfs/seaweedfs/issues/5461 # How is the PR tested? # Checks - [ ] I have added unit...

**Describe the bug** From the metrics it is clearly visible that it takes 800 ms to put a chunk of 64 MB, where the chunk is sequentially saved to disk,...

**Describe the bug** ``` git clone https://github.com/rclone/rclone cd backend/s3 go test -v -remote sw:dummy-test === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:689: testing "␍leading CR" fstests.go:151: Put error: InternalError: We encountered an internal error,...