1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-15 16:42:48 +02:00

Commit graph

  • b32a041591 fix sftp start with filer chrislu 2025-08-11 10:37:59 -07:00
  • 9265e81fe9
    S3 API: unsigned streaming (no cred) but chunks contain signatures (#7118) Chris Lu 2025-08-11 10:31:01 -07:00
  • 46c76e86f3 address comments chrislu 2025-08-11 09:47:43 -07:00
  • c9c0b218e9 Update chunked_reader_v4.go chrislu 2025-08-11 09:26:34 -07:00
  • 7f1454ed07 This handles the case where we have unsigned streaming (no cred) but chunks contain signatures chrislu 2025-08-11 09:24:53 -07:00
  • a265a07922 fix ttl objects chrislu 2025-08-11 02:20:02 -07:00
  • f03f4383af fix missing grpc dial option chrislu 2025-08-11 02:19:22 -07:00
  • c57ccd554a worker_pb.TaskParams_VacuumParams chrislu 2025-08-11 02:11:39 -07:00
  • 9df006b49d fix min volume age chrislu 2025-08-11 01:54:10 -07:00
  • 424bb7fe11 showing criteria chrislu 2025-08-11 01:34:33 -07:00
  • 97d58e77c6 getting ec volume deletions chrislu 2025-08-11 01:03:21 -07:00
  • 553a229fd3 reduce lock scope chrislu 2025-08-11 00:21:04 -07:00
  • 57d025910d cancel context chrislu 2025-08-11 00:20:52 -07:00
  • 213dd9b470 testing chrislu 2025-08-11 00:20:37 -07:00
  • a31fc1ac01 Bypass compaction revision check to handle volumes compacted after task creation chrislu 2025-08-10 20:39:48 -07:00
  • 91d641e685 avoid dead lock chrislu 2025-08-10 20:23:18 -07:00
  • 740983d69e Delete ec_test_files.json chrislu 2025-08-10 20:15:36 -07:00
  • 0e649f710a collect deletion for ec shards chrislu 2025-08-10 20:08:45 -07:00
  • 772ee0f967 address comments chrislu 2025-08-10 19:58:52 -07:00
  • 0c6980182c ec shards with generation chrislu 2025-08-10 19:40:35 -07:00
  • 47ea1ac228 unmount chrislu 2025-08-10 19:39:24 -07:00
  • 6446893e3c metrics chrislu 2025-08-10 19:39:11 -07:00
  • 06c012ea60 Update maintenance_scanner.go chrislu 2025-08-10 19:37:54 -07:00
  • 5a6954be1b sort chrislu 2025-08-10 18:42:27 -07:00
  • 0f1ca16457 more accurate estimation chrislu 2025-08-10 18:42:22 -07:00
  • 72f0a47563 CRITICAL: Check ALL task states for volume conflicts chrislu 2025-08-10 18:04:31 -07:00
  • 751cfac7d7 Implement volume-aware task conflict checking chrislu 2025-08-10 18:02:42 -07:00
  • 5c1e6e904d CRITICAL: Restore task conflict definitions to prevent data integrity issues chrislu 2025-08-10 17:56:13 -07:00
  • 04e3a68b61 Replace deprecated ioutil with os package functions chrislu 2025-08-10 17:53:48 -07:00
  • c220ad1e69 Replace bubble sort with idiomatic sort.Slice in EC shard management chrislu 2025-08-10 17:52:30 -07:00
  • c9ca213d4c Fix linter error in master_grpc_ec_generation_test.go chrislu 2025-08-10 17:51:28 -07:00
  • 4ec743583d Address PR #7116 review comments chrislu 2025-08-10 17:50:10 -07:00
  • 5bb475c572 Fixed CodeQL Security Issue chrislu 2025-08-10 17:48:29 -07:00
  • cd75202da8 Replaced goto with Idiomatic Map Approach chrislu 2025-08-10 17:48:18 -07:00
  • cdba261913 add safety check chrislu 2025-08-10 17:41:55 -07:00
  • 179bcb777e Delete ec_vacuum_integration_test.go chrislu 2025-08-10 17:34:03 -07:00
  • 802267b281 validates all critical upgrade scenarios for the generation-aware EC vacuum system chrislu 2025-08-10 17:33:08 -07:00
  • d6e335d6e2 Integration test: end-to-end vacuum G→G+1 with live reads (zero downtime) chrislu 2025-08-10 17:23:17 -07:00
  • 884da0496c testing mixed generation chrislu 2025-08-10 17:12:20 -07:00
  • 60f975aa20 add unit tests chrislu 2025-08-10 17:07:29 -07:00
  • a3d0509c92 logs chrislu 2025-08-10 16:57:08 -07:00
  • 2e51e1dab2 ec volume UI rendering version chrislu 2025-08-10 16:54:44 -07:00
  • a187f103d1 normal volume CompactionRevision chrislu 2025-08-10 16:22:36 -07:00
  • 3087da07db metrics with generation chrislu 2025-08-10 16:17:46 -07:00
  • 3ef8a9f3b2 Mixed-version cluster compatibility chrislu 2025-08-10 15:54:30 -07:00
  • d326affc4f default generation chrislu 2025-08-10 15:44:08 -07:00
  • d341db8861 Update ec_vacuum_task.go chrislu 2025-08-10 15:39:26 -07:00
  • cf5f0b8e74 cleanupGracePeriod chrislu 2025-08-10 15:13:12 -07:00
  • 0bcb64140f Add activation step to EC vacuum: call ActivateEcGeneration when G+1 ready chrislu 2025-08-10 15:07:57 -07:00
  • 62d89fa60b EC vacuum distribution updated for generation-aware mount/copy RPCs chrislu 2025-08-10 15:04:55 -07:00
  • de9399761b EC vacuum task updated for generation-aware operation chrislu 2025-08-10 15:00:22 -07:00
  • 8797e73523 cachedLookupEcShardLocations updated for generation-specific caching chrislu 2025-08-10 14:51:55 -07:00
  • f00dc46607 VolumeEcShardRead to read from correct (vid, generation) EcVolume chrislu 2025-08-10 14:44:27 -07:00
  • 1b41544f97 detecting ec volumes chrislu 2025-08-10 14:41:06 -07:00
  • e9033136aa todo chrislu 2025-08-10 14:24:59 -07:00
  • 56d1ed77c1 copy file chrislu 2025-08-10 14:24:30 -07:00
  • 9e2e600b6d VolumeEcShardsGenerate updated for generation-specific file creation chrislu 2025-08-10 14:14:37 -07:00
  • 99f132729c MountEcShards/UnmountEcShards updated for generation support chrislu 2025-08-10 14:09:07 -07:00
  • 8c31d5e331 EcVolume creation properly refactored chrislu 2025-08-10 13:45:08 -07:00
  • ef5f9f629a Generation file layout chrislu 2025-08-10 13:32:20 -07:00
  • 50cc17e8fa ActivateEcGeneration RPC implemented chrislu 2025-08-10 13:11:47 -07:00
  • 870b2ffe07 LookupEcVolume handle generation parameter chrislu 2025-08-10 13:06:37 -07:00
  • e4f266d927 Active generation tracking implemented chrislu 2025-08-10 13:03:52 -07:00
  • 5650b6f505 Add master_pb.ActivateEcGenerationRequest/Response RPC definition chrislu 2025-08-10 12:53:10 -07:00
  • 09d740db47 Add generation field to volume_server_pb.VolumeEcShardReadRequest chrislu 2025-08-10 12:51:27 -07:00
  • 8c54b72af3 Add generation field to volume_server_pb VolumeEcShards{Copy,Generate,Rebuild,ToVolume}Request chrislu 2025-08-10 12:51:01 -07:00
  • 312fee4ddf Add generation field to volume_server_pb VolumeEcShards{Mount,Unmount}Request chrislu 2025-08-10 12:49:43 -07:00
  • 03ad8f2490 Add generation field to master_pb.VolumeEcShardInformationMessage chrislu 2025-08-10 12:47:47 -07:00
  • fc666e2e48 collect ec volume deleted bytes chrislu 2025-08-10 12:37:18 -07:00
  • 3a9ec6f30c Update worker.go chrislu 2025-08-10 02:16:23 -07:00
  • 8603a3a1e9 ec vacuum task need to register itself chrislu 2025-08-10 02:16:15 -07:00
  • bea9ca3616 generate ec data and deleted data chrislu 2025-08-10 02:15:55 -07:00
  • 32e7ba2f9d adding ec vacuum chrislu 2025-08-10 00:58:26 -07:00
  • 05a0cc156b Self-Contained Design chrislu 2025-08-10 00:15:26 -07:00
  • 96d6d27607 remove Vacuum - Completely removed Balance - Completely removed chrislu 2025-08-10 00:00:46 -07:00
  • c7f291e4e4 simplify logging chrislu 2025-08-09 23:49:45 -07:00
  • 25bbf4c3d4
    Admin UI: Fetch task logs (#7114) Chris Lu 2025-08-09 21:47:29 -07:00
  • f13d20ead5 avoid hard coded ec shard counts chrislu 2025-08-09 21:27:14 -07:00
  • c750b166b4 fix collection filtering chrislu 2025-08-09 13:52:32 -07:00
  • 834aa87496 fix link chrislu 2025-08-09 13:38:09 -07:00
  • 025ce8cbf9 sort field keys chrislu 2025-08-09 13:35:45 -07:00
  • edfe274d6a logs have fields now chrislu 2025-08-09 00:05:10 -07:00
  • d15137dd63 display log details chrislu 2025-08-08 23:30:56 -07:00
  • a77fa7c4e0
    Update weed/admin/maintenance/maintenance_queue.go Chris Lu 2025-08-09 13:33:35 -07:00
  • dd2d0e1d2e
    Merge 3ba47b2563 into 3ac2a2e22d andrea-agostini 2025-08-10 00:10:23 +08:00
  • c113c85a15
    Merge fcec9b4abe into 3ac2a2e22d dependabot[bot] 2025-08-10 00:10:23 +08:00
  • 67881a76e6
    Merge 53a70f4747 into 3ac2a2e22d Guang Jiong Lou 2025-08-10 00:10:23 +08:00
  • 181b06a48d task logging chrislu 2025-08-08 22:56:22 -07:00
  • 2c545e51e1 pass in dc and rack chrislu 2025-08-08 22:20:48 -07:00
  • 03756ee8db worker logs correctly chrislu 2025-08-08 21:41:56 -07:00
  • f77687ebf1 remove Conflicts chrislu 2025-08-08 18:21:48 -07:00
  • 5fb7400de6 rendering planned shards in task details chrislu 2025-08-08 15:52:01 -07:00
  • 12205def7e plan distributing shard id chrislu 2025-08-08 12:56:48 -07:00
  • a4a7aa20cb fix shard ids chrislu 2025-08-08 12:50:00 -07:00
  • 826e44395f
    Update weed/worker/tasks/task_log_handler.go Chris Lu 2025-08-08 12:43:10 -07:00
  • 9f13c5b4f6
    Update weed/worker/tasks/erasure_coding/ec_task.go Chris Lu 2025-08-08 12:43:02 -07:00
  • 8f5a0b192b
    Update weed/worker/tasks/balance/execution.go Chris Lu 2025-08-08 12:42:18 -07:00
  • 9b64c34e7c Merge branch 'master' into fetch-task-logs chrislu 2025-08-08 12:40:48 -07:00
  • 3ac2a2e22d
    fix tikv listing due to expired entries (#7115) Chris Lu 2025-08-08 12:38:55 -07:00
  • 549ac22c48 address comments chrislu 2025-08-08 12:38:10 -07:00