| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-01 | Show volume server which failed to verify a chunk (#5958) | Eugeniy E. Mikhailov | 1 | -4/+4 | |
| 2024-08-23 | filer.remote.gateway not filer.remote.sync for remote.mount.buckets help ↵ | Shaun Alexander | 1 | -1/+1 | |
| string. (#5934) | |||||
| 2024-08-16 | EC volume supports expiration and displays expiration message when executing ↵ | augustazz | 1 | -1/+8 | |
| volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com> | |||||
| 2024-08-15 | minor | chrislu | 1 | -1/+1 | |
| 2024-08-12 | load ec volume id locations | chrislu | 1 | -0/+7 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5713 | |||||
| 2024-08-08 | fix opposite logic | chrislu | 1 | -2/+2 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5871 | |||||
| 2024-08-08 | [remote.cache, remote.uncache] fix min/max age | chrislu | 1 | -2/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5871 | |||||
| 2024-08-05 | [shell] volume.grow (#5855) | Konstantin Lebedev | 1 | -0/+64 | |
| 2024-08-01 | rename | chrislu | 2 | -2/+2 | |
| 2024-07-31 | fsck: only check the appendNs of deleted needle (#5841) | wyang | 1 | -45/+43 | |
| increase fsck speed Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2024-07-26 | fix evacuate volume to different disk types (#5530) | wyang | 1 | -3/+4 | |
| Co-authored-by: wyang <wyang@wyangs-Air.lan> | |||||
| 2024-07-20 | get, set and add path conf | chrislu | 1 | -1/+1 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 3 | -14/+15 | |
| * Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func | |||||
| 2024-07-15 | Add warning with hints to why a EC shard cant be moved (#5790) | Dan | 1 | -2/+6 | |
| 2024-07-10 | always copy ecj files | chrislu | 1 | -1/+1 | |
| 2024-07-03 | volume.tier.upload: Fix deleting replicated volumes (#5743) | rhysm | 1 | -1/+4 | |
| Co-authored-by: Rhys M <rhysm@protonmail.com> | |||||
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-06-20 | chore: hot fix panic fs.verify (#5696) | Konstantin Lebedev | 1 | -3/+4 | |
| 2024-06-19 | [fs.verify] skip failed files if entry not found on filerStore (#5693) | Konstantin Lebedev | 1 | -21/+54 | |
| 2024-06-18 | [fs.verify] getmeta data from filer log (#5678) | Konstantin Lebedev | 1 | -65/+104 | |
| * initial * fix: print entry path | |||||
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 2 | -3/+4 | |
| * 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 | |||||
| 2024-06-11 | fix issue: sometimes volume.fsck report 'volume not found' (#5537) | Taehyung Lim | 1 | -5/+10 | |
| * fix issue: sometimes volume.fsck report 'volume not found' when a volume server has multiple disk types * rename variable * adjust counters --------- Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2024-06-02 | Support concurrent volume.fsck & support disabling -cutoffTimeAgo to improve ↵ | NyaMisty | 1 | -18/+33 | |
| speed (#5636) | |||||
| 2024-06-02 | Ignore remote volume when selecting volumes in operation ↵ | NyaMisty | 1 | -0/+4 | |
| (ec.encode/volume.tier.upload) (#5635) | |||||
| 2024-06-02 | Fix volume.tier.upload nil pointer panic (#5634) | NyaMisty | 1 | -0/+6 | |
| 2024-05-27 | Replaces volume.unmount in the help of the volumeServer.leave (#5619) | Vlad | 1 | -1/+1 | |
| 2024-05-21 | fix wrong prefix example | Chris Lu | 1 | -1/+1 | |
| 2024-05-21 | chore: add missing concurrency help in fs.meta.load command (#5609) | Vlad | 1 | -0/+1 | |
| 2024-05-20 | go fmt | chrislu | 1 | -1/+1 | |
| 2024-04-23 | fix "volume.fix.replication" move many replications only to one volumeServer ↵ | skycope | 3 | -15/+23 | |
| (#5522) | |||||
| 2024-04-12 | add test | chrislu | 1 | -2/+17 | |
| 2024-04-08 | fix(volume.fix.replication): adjust volume count, not free volume count (#5479) | steve.wei | 1 | -4/+4 | |
| 2024-03-17 | simplify | chrislu | 2 | -3/+3 | |
| 2024-03-17 | Revert "remove github.com/golang/protobuf/proto" | chrislu | 1 | -4/+3 | |
| This reverts commit 1516e0249f5c7259880c3b5365b42ee0469510dd. | |||||
| 2024-03-16 | remove github.com/golang/protobuf/proto | chrislu | 1 | -3/+4 | |
| 2024-03-07 | Merge branch 'master' into mq-subscribe | chrislu | 2 | -19/+53 | |
| 2024-03-07 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -0/+53 | |
| 2024-03-07 | purge cluster id | chrislu | 1 | -19/+0 | |
| 2024-03-05 | [shell] fs log purge (#5344) | Konstantin Lebedev | 1 | -0/+53 | |
| * fix: install cronie * chore: shell delete old logs * Revert "fix: install cronie" This reverts commit 920832b04b89a0a0c9e12b3d51fe710fc622dad6. * fix: dayAgo * fix: Nit: dayAgo => daysAgo | |||||
| 2024-02-25 | Merge branch 'master' into mq-subscribe | chrislu | 1 | -30/+41 | |
| 2024-02-15 | fix: fs verify error counter (#5261) | Konstantin Lebedev | 1 | -30/+41 | |
| 2024-02-05 | fix on finding lock owner | Chris Lu | 1 | -1/+1 | |
| 2024-02-04 | Merge branch 'master' into mq-subscribe | Chris Lu | 3 | -28/+35 | |
| 2024-01-29 | weed/shell: Cluster check other disk types (#5245) | Benoît Knecht | 1 | -9/+20 | |
| * week/shell: Cluster check other disk types The `cluster.check` command only took the empty (`""`) and `hdd` disk types into consideration, but a cluster with only `ssd` or `nvme` disk types would be equally valid. This commit simply checks that _any_ disk type is defined, and that some volumes are available for it. Signed-off-by: Benoît Knecht <bknecht@protonmail.ch> * weed/shell: Replace loop that copies slice Use the following construct instead of a `for` loop: ```golang x = append(x, y...) ``` See https://staticcheck.dev/docs/checks#S1011. Signed-off-by: Benoît Knecht <bknecht@protonmail.ch> * weed/shell: Check disk types when filer is in use Filer stores its metadata logs in generic (i.e. `""`) or HDD disk type volumes, so make sure those disk types exist and have volumes associated with them when Filer is deployed in the cluster. Signed-off-by: Benoît Knecht <bknecht@protonmail.ch> --------- Signed-off-by: Benoît Knecht <bknecht@protonmail.ch> | |||||
| 2024-01-25 | weed/shell: Cleanup volume balance logic (#5241) | Benoît Knecht | 2 | -13/+9 | |
| 2024-01-25 | weed/shell: Fix volume.balance logic (#5238) | Benoît Knecht | 1 | -6/+6 | |
| 2024-01-16 | remove isForPublish from LookupTopicBrokers | chrislu | 1 | -1/+0 | |
| also adds a return parameter: whether the topic exists or not | |||||
| 2023-12-28 | shell meta load add concurrency (#4529) | Konstantin Lebedev | 1 | -9/+27 | |
| * fix: increase speed cmd fs meta load * fix: add wg | |||||
| 2023-12-23 | Add modifyTimeAgo to volume.fsck (#5133) | Seyed Mahdi Sadegh Shobeiri | 1 | -6/+17 | |
| * Add modifyTimeAgo to volume.fsck * Fix AppendAtNs | |||||
| 2023-12-23 | Fix cutoffTimeAgo in findMissingChunksInFiler (#5132) | Seyed Mahdi Sadegh Shobeiri | 1 | -3/+2 | |
