1496 Commits (51efba43fd1bb2ce1bf4c99b945708b657e72183)

Author SHA1 Message Date
Ryan Russell d5239ab983
refactor(server): `suppported` -> `supported` (#3677) 2 years ago
chrislu 58d18b68d8 rename variable 2 years ago
Konstantin Lebedev f8ef25099c
Removing chunks on failed to write to replicas (#3591) 2 years ago
chrislu ce55922884 fixing 2 years ago
Konstantin Lebedev 721c6197f9
skip deltaBeat if dn is zero (#3630) 2 years ago
chrislu b9112747b5 volume server: synchronously report volume readonly status to master 2 years ago
chrislu 9b084d4c88 purge tcp implementation 2 years ago
Konstantin Lebedev 31d2f77ceb
refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625) 2 years ago
chrislu 7e52b1e195 return err for processRangeRequest() 2 years ago
famosss 449582343f
fix:Sometimes a nil pointer exception is thrown (#3618) 2 years ago
famosss 9678fc2106
fix: volume heartbeat processing error (#3616) 2 years ago
famosss 5ff33eb558
fix: volume Deadlock when exception is thrown (#3613) 2 years ago
Eric Yang b324a6536c
ADHOC: add read needle meta grpc (#3581) 2 years ago
Konstantin Lebedev 3c3682fcce
more log detail for upload err and deleting (#3577) 2 years ago
Konstantin Lebedev 5307cadb32
[s3] Replace code 500 to 499 for upload with ErrUnexpectedEOF (#3597) 2 years ago
famosss 7f56a40553
Turn down the 404 log level (#3585) 2 years ago
Konstantin Lebedev 90d55cd179
avoid data race read fileChunksSize (#3570) 2 years ago
Konstantin Lebedev 82c2ce74db
more error details in the log (#3568) 2 years ago
Konstantin Lebedev 77098de69a
migrate from boltdb to bbolt (#3554) 2 years ago
Konstantin Lebedev 105702ebe0
avoid data race access to uploadReaderToChunks.uploadErr (#3550) 2 years ago
Rain Li 089446f5b1
Fix reload page before all file uploaded bug (#3534) 2 years ago
chrislu 3741779144 minor 2 years ago
chrislu 580a7fa685 adjust for data race 2 years ago
famosss dc4037925d
fix: Build DeletedVids before reset dn's children (#3530) 2 years ago
chrislu 3f3a1341d8 make CodeQL happy 2 years ago
Konstantin Lebedev e90ab4ac60
avoid race conditions for OnPeerUpdate (#3525) 2 years ago
Patrick Schmidt 2930263dfd
Fix race conditions during in-flight size checks (#3505) 2 years ago
Patrick Schmidt 7b424a54dc
Add raft server access mutex to avoid races (#3503) 2 years ago
Konstantin Lebedev f7aeb06544
s3: report metadata if the directory is explicitly created (#3498) 2 years ago
chrislu 10414fd81c ping timeout at 15 seconds 2 years ago
askeipx 2e78a522ab
remove old raft servers if they don't answer to pings for too long (#3398) 2 years ago
chrislu 9fce75607d s3: report http.StatusOK if the directory is explicitly created 2 years ago
chrislu 601ba5fb68 master: disable locking if not leader 2 years ago
chrislu f4b52d4c52 fix format 2 years ago
qzh 74b53729e1
feat(weed.move): add a speed limit parameter of moving files (#3478) 2 years ago
chrislu fef9c6a520 filer: do not always save files in "/etc" folder to filer store 2 years ago
chrislu 2762154130 fix compilation 2 years ago
chrislu fb5808e0c3 EC: with multiple volume locations, the ec rebuilding may fail 2 years ago
chrislu 5790d01c6f EC: after ec encoding, the source ec shards may fail to purge if the volume server has multiple disk locations 2 years ago
chrislu 65ff7198fe adjust type 2 years ago
chrislu 28b862f45f use util.Retry to retry 2 years ago
chrislu 3bf8e772f8 webdav: retryable data chunk upload 2 years ago
chrislu f8fa430257 filer: retryable data chunk upload 2 years ago
chrislu 689b4ecdcc remove unused collection and replication from upload result 2 years ago
chrislu fdd8c5d5e0 Filer if-modified-since check doesn't fire on "exact" #3467 2 years ago
chrislu aac45f3e89 filer: retryable when error is not found 2 years ago
Eric Yang b6f99c4d83
fix naming typo (#3465) 2 years ago
chrislu eaeb141b09 move proto package 2 years ago
chrislu e259052a70 volume: fix metrics for volume request time 2 years ago
chrislu 789d9dbfe1 webdav: fix nil 2 years ago