| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-12 | fixing | chrislu | 1 | -2/+2 | |
| 2022-09-11 | skip deltaBeat if dn is zero (#3630) | Konstantin Lebedev | 2 | -9/+35 | |
| * skip deltaBeat https://github.com/seaweedfs/seaweedfs/issues/3629 * fix GrpcPort * skip url :0 * skip empty DataCenter or Rack * skip empty heartbeat Ip * dell msg add DataCenter * comment todo * fix | |||||
| 2022-09-11 | volume server: synchronously report volume readonly status to master | chrislu | 1 | -0/+26 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3628 | |||||
| 2022-09-08 | purge tcp implementation | chrislu | 1 | -138/+0 | |
| 2022-09-07 | refactor https://github.com/seaweedfs/seaweedfs/pull/3616 (#3625) | Konstantin Lebedev | 1 | -106/+106 | |
| 2022-09-07 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+5 | |
| 2022-09-07 | return err for processRangeRequest() | chrislu | 2 | -14/+14 | |
| 2022-09-07 | fix:Sometimes a nil pointer exception is thrown (#3618) | famosss | 1 | -1/+5 | |
| 2022-09-07 | fix: volume heartbeat processing error (#3616) | famosss | 1 | -90/+92 | |
| 2022-09-06 | fix: volume Deadlock when exception is thrown (#3613) | famosss | 1 | -0/+2 | |
| * fix: volume Deadlock when exception is thrown * adjust log level | |||||
| 2022-09-06 | ADHOC: add read needle meta grpc (#3581) | Eric Yang | 1 | -0/+29 | |
| * ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-09-06 | more log detail for upload err and deleting (#3577) | Konstantin Lebedev | 1 | -4/+3 | |
| 2022-09-05 | [s3] Replace code 500 to 499 for upload with ErrUnexpectedEOF (#3597) | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-09-04 | Turn down the 404 log level (#3585) | famosss | 1 | -1/+1 | |
| 2022-09-01 | avoid data race read fileChunksSize (#3570) | Konstantin Lebedev | 1 | -1/+2 | |
| https://github.com/seaweedfs/seaweedfs/issues/3557 | |||||
| 2022-09-01 | more error details in the log (#3568) | Konstantin Lebedev | 1 | -0/+1 | |
| * more error details in the log https://github.com/seaweedfs/seaweedfs/issues/3567 * format message | |||||
| 2022-08-30 | migrate from boltdb to bbolt (#3554) | Konstantin Lebedev | 1 | -2/+2 | |
| 2022-08-30 | avoid data race access to uploadReaderToChunks.uploadErr (#3550) | Konstantin Lebedev | 1 | -2/+9 | |
| avoid data race access to uploadErr https://github.com/seaweedfs/seaweedfs/issues/3549 | |||||
| 2022-08-28 | Fix reload page before all file uploaded bug (#3534) | Rain Li | 1 | -2/+2 | |
| 2022-08-27 | minor | chrislu | 1 | -1/+1 | |
| 2022-08-27 | adjust for data race | chrislu | 1 | -2/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3512 | |||||
| 2022-08-26 | fix: Build DeletedVids before reset dn's children (#3530) | famosss | 1 | -5/+6 | |
| 2022-08-26 | make CodeQL happy | chrislu | 1 | -1/+1 | |
| 2022-08-26 | avoid race conditions for OnPeerUpdate (#3525) | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/seaweedfs/seaweedfs/issues/3524 | |||||
| 2022-08-24 | Fix race conditions during in-flight size checks (#3505) | Patrick Schmidt | 2 | -12/+21 | |
| 2022-08-24 | Add raft server access mutex to avoid races (#3503) | Patrick Schmidt | 3 | -6/+31 | |
| 2022-08-24 | s3: report metadata if the directory is explicitly created (#3498) | Konstantin Lebedev | 1 | -9/+10 | |
| * replace mkdir to mkFile * ContentLength must be zero * revert mkDir * Seaweedfs-Is-Directory-Key return metadata | |||||
| 2022-08-23 | ping timeout at 15 seconds | chrislu | 1 | -1/+1 | |
| this 72 minute timeout setting seems unreasonably long 15 seconds is around the time when a new raft leader should be elected. | |||||
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 7 | -18/+47 | |
| * remove old raft servers if they don't answer to pings for too long add ping durations as options rename ping fields fix some todos get masters through masterclient raft remove server from leader use raft servers to ping them CheckMastersAlive for hashicorp raft only * prepare blocking ping * pass waitForReady as param * pass waitForReady through all functions * waitForReady works * refactor * remove unneeded params * rollback unneeded changes * fix | |||||
| 2022-08-23 | s3: report http.StatusOK if the directory is explicitly created | chrislu | 1 | -0/+4 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3457 | |||||
| 2022-08-22 | master: disable locking if not leader | chrislu | 1 | -0/+5 | |
| 2022-08-22 | fix format | chrislu | 1 | -1/+1 | |
| 2022-08-21 | feat(weed.move): add a speed limit parameter of moving files (#3478) | qzh | 1 | -6/+18 | |
| * feat(weed.move): add a speed limit parameter of moving files * fix(weed.move): set the default value of ioBytePerSecond to vs.compactionBytePerSecond Co-authored-by: zhihao.qu <zhihao.qu@ly.com> | |||||
| 2022-08-21 | filer: do not always save files in "/etc" folder to filer store | chrislu | 1 | -3/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3476 | |||||
| 2022-08-21 | fix compilation | chrislu | 1 | -1/+1 | |
| 2022-08-21 | EC: with multiple volume locations, the ec rebuilding may fail | chrislu | 1 | -20/+33 | |
| 2022-08-21 | EC: after ec encoding, the source ec shards may fail to purge if the volume ↵ | chrislu | 1 | -37/+49 | |
| server has multiple disk locations related to https://github.com/seaweedfs/seaweedfs/issues/3459 | |||||
| 2022-08-20 | adjust type | chrislu | 1 | -2/+1 | |
| 2022-08-20 | use util.Retry to retry | chrislu | 1 | -10/+9 | |
| 2022-08-20 | webdav: retryable data chunk upload | chrislu | 1 | -50/+23 | |
| 2022-08-20 | filer: retryable data chunk upload | chrislu | 1 | -18/+30 | |
| 2022-08-20 | remove unused collection and replication from upload result | chrislu | 2 | -13/+10 | |
| 2022-08-19 | Filer if-modified-since check doesn't fire on "exact" #3467 | chrislu | 1 | -1/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3467 | |||||
| 2022-08-19 | filer: retryable when error is not found | chrislu | 1 | -1/+5 | |
| 2022-08-18 | fix naming typo (#3465) | Eric Yang | 1 | -2/+2 | |
| Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-08-17 | move proto package | chrislu | 2 | -2/+2 | |
| 2022-08-17 | volume: fix metrics for volume request time | chrislu | 1 | -2/+2 | |
| 2022-08-14 | webdav: fix nil | chrislu | 1 | -2/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/3440 | |||||
| 2022-08-11 | avoid infinite loop WaitUntilConnected() (#3431) | Konstantin Lebedev | 1 | -3/+1 | |
| https://github.com/seaweedfs/seaweedfs/issues/3421 | |||||
| 2022-08-10 | add upload response (#3428) | Eric Yang | 1 | -0/+5 | |
| * add upload response * fixing comments Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
