Commit Graph

  • 47ea1ac228 unmount chrislu 2025-08-10 19:39:24 -0700
  • 6446893e3c metrics chrislu 2025-08-10 19:39:11 -0700
  • 06c012ea60 Update maintenance_scanner.go chrislu 2025-08-10 19:37:54 -0700
  • 5a6954be1b sort chrislu 2025-08-10 18:42:27 -0700
  • 0f1ca16457 more accurate estimation chrislu 2025-08-10 18:42:22 -0700
  • 72f0a47563 CRITICAL: Check ALL task states for volume conflicts chrislu 2025-08-10 18:04:31 -0700
  • 751cfac7d7 Implement volume-aware task conflict checking chrislu 2025-08-10 18:02:42 -0700
  • 5c1e6e904d CRITICAL: Restore task conflict definitions to prevent data integrity issues chrislu 2025-08-10 17:56:13 -0700
  • 04e3a68b61 Replace deprecated ioutil with os package functions chrislu 2025-08-10 17:53:48 -0700
  • c220ad1e69 Replace bubble sort with idiomatic sort.Slice in EC shard management chrislu 2025-08-10 17:52:30 -0700
  • c9ca213d4c Fix linter error in master_grpc_ec_generation_test.go chrislu 2025-08-10 17:51:28 -0700
  • 4ec743583d Address PR #7116 review comments chrislu 2025-08-10 17:50:10 -0700
  • 5bb475c572 Fixed CodeQL Security Issue chrislu 2025-08-10 17:48:29 -0700
  • cd75202da8 Replaced goto with Idiomatic Map Approach chrislu 2025-08-10 17:48:18 -0700
  • cdba261913 add safety check chrislu 2025-08-10 17:41:55 -0700
  • 179bcb777e Delete ec_vacuum_integration_test.go chrislu 2025-08-10 17:34:03 -0700
  • 802267b281 validates all critical upgrade scenarios for the generation-aware EC vacuum system chrislu 2025-08-10 17:33:08 -0700
  • d6e335d6e2 Integration test: end-to-end vacuum G→G+1 with live reads (zero downtime) chrislu 2025-08-10 17:23:17 -0700
  • 884da0496c testing mixed generation chrislu 2025-08-10 17:12:20 -0700
  • 60f975aa20 add unit tests chrislu 2025-08-10 17:07:29 -0700
  • a3d0509c92 logs chrislu 2025-08-10 16:57:08 -0700
  • 2e51e1dab2 ec volume UI rendering version chrislu 2025-08-10 16:54:44 -0700
  • a187f103d1 normal volume CompactionRevision chrislu 2025-08-10 16:22:36 -0700
  • 3087da07db metrics with generation chrislu 2025-08-10 16:17:46 -0700
  • 3ef8a9f3b2 Mixed-version cluster compatibility chrislu 2025-08-10 15:54:30 -0700
  • d326affc4f default generation chrislu 2025-08-10 15:44:08 -0700
  • d341db8861 Update ec_vacuum_task.go chrislu 2025-08-10 15:39:26 -0700
  • cf5f0b8e74 cleanupGracePeriod chrislu 2025-08-10 15:13:12 -0700
  • 0bcb64140f Add activation step to EC vacuum: call ActivateEcGeneration when G+1 ready chrislu 2025-08-10 15:07:57 -0700
  • 62d89fa60b EC vacuum distribution updated for generation-aware mount/copy RPCs chrislu 2025-08-10 15:04:55 -0700
  • de9399761b EC vacuum task updated for generation-aware operation chrislu 2025-08-10 15:00:22 -0700
  • 8797e73523 cachedLookupEcShardLocations updated for generation-specific caching chrislu 2025-08-10 14:51:55 -0700
  • f00dc46607 VolumeEcShardRead to read from correct (vid, generation) EcVolume chrislu 2025-08-10 14:44:27 -0700
  • 1b41544f97 detecting ec volumes chrislu 2025-08-10 14:41:06 -0700
  • e9033136aa todo chrislu 2025-08-10 14:24:59 -0700
  • 56d1ed77c1 copy file chrislu 2025-08-10 14:24:30 -0700
  • 9e2e600b6d VolumeEcShardsGenerate updated for generation-specific file creation chrislu 2025-08-10 14:14:37 -0700
  • 99f132729c MountEcShards/UnmountEcShards updated for generation support chrislu 2025-08-10 14:09:07 -0700
  • 8c31d5e331 EcVolume creation properly refactored chrislu 2025-08-10 13:45:08 -0700
  • ef5f9f629a Generation file layout chrislu 2025-08-10 13:32:20 -0700
  • 50cc17e8fa ActivateEcGeneration RPC implemented chrislu 2025-08-10 13:11:47 -0700
  • 870b2ffe07 LookupEcVolume handle generation parameter chrislu 2025-08-10 13:06:37 -0700
  • e4f266d927 Active generation tracking implemented chrislu 2025-08-10 13:03:52 -0700
  • 5650b6f505 Add master_pb.ActivateEcGenerationRequest/Response RPC definition chrislu 2025-08-10 12:53:10 -0700
  • 09d740db47 Add `generation` field to volume_server_pb.VolumeEcShardReadRequest chrislu 2025-08-10 12:51:27 -0700
  • 8c54b72af3 Add `generation` field to volume_server_pb VolumeEcShards{Copy,Generate,Rebuild,ToVolume}Request chrislu 2025-08-10 12:51:01 -0700
  • 312fee4ddf Add `generation` field to volume_server_pb VolumeEcShards{Mount,Unmount}Request chrislu 2025-08-10 12:49:43 -0700
  • 03ad8f2490 Add `generation` field to master_pb.VolumeEcShardInformationMessage chrislu 2025-08-10 12:47:47 -0700
  • fc666e2e48 collect ec volume deleted bytes chrislu 2025-08-10 12:37:18 -0700
  • 3a9ec6f30c Update worker.go chrislu 2025-08-10 02:16:23 -0700
  • 8603a3a1e9 ec vacuum task need to register itself chrislu 2025-08-10 02:16:15 -0700
  • bea9ca3616 generate ec data and deleted data chrislu 2025-08-10 02:15:55 -0700
  • 32e7ba2f9d adding ec vacuum chrislu 2025-08-10 00:58:26 -0700
  • 05a0cc156b Self-Contained Design chrislu 2025-08-10 00:15:26 -0700
  • 96d6d27607 remove Vacuum - Completely removed Balance - Completely removed chrislu 2025-08-10 00:00:46 -0700
  • c7f291e4e4 simplify logging chrislu 2025-08-09 23:49:45 -0700
  • 25bbf4c3d4
    Admin UI: Fetch task logs (#7114) Chris Lu 2025-08-09 21:47:29 -0700
  • f13d20ead5 avoid hard coded ec shard counts #7114 chrislu 2025-08-09 21:27:14 -0700
  • c750b166b4 fix collection filtering chrislu 2025-08-09 13:52:32 -0700
  • 834aa87496 fix link chrislu 2025-08-09 13:38:09 -0700
  • 025ce8cbf9 sort field keys chrislu 2025-08-09 13:35:45 -0700
  • edfe274d6a logs have fields now chrislu 2025-08-09 00:05:10 -0700
  • d15137dd63 display log details chrislu 2025-08-08 23:30:56 -0700
  • a77fa7c4e0
    Update weed/admin/maintenance/maintenance_queue.go Chris Lu 2025-08-09 13:33:35 -0700
  • dd2d0e1d2e
    Merge 3ba47b2563 into 3ac2a2e22d #5783 andrea-agostini 2025-08-10 00:10:23 +0800
  • 4eb8aa0554
    Merge 9d06589d20 into 3ac2a2e22d #6045 dependabot[bot] 2025-08-10 00:10:23 +0800
  • c113c85a15
    Merge fcec9b4abe into 3ac2a2e22d #6065 dependabot[bot] 2025-08-10 00:10:23 +0800
  • 67881a76e6
    Merge 53a70f4747 into 3ac2a2e22d #6224 Guang Jiong Lou 2025-08-10 00:10:23 +0800
  • 181b06a48d task logging chrislu 2025-08-08 22:56:22 -0700
  • 2c545e51e1 pass in dc and rack chrislu 2025-08-08 22:20:48 -0700
  • 03756ee8db worker logs correctly chrislu 2025-08-08 21:41:56 -0700
  • f77687ebf1 remove Conflicts chrislu 2025-08-08 18:21:48 -0700
  • 5fb7400de6 rendering planned shards in task details chrislu 2025-08-08 15:52:01 -0700
  • 12205def7e plan distributing shard id chrislu 2025-08-08 12:56:48 -0700
  • a4a7aa20cb fix shard ids chrislu 2025-08-08 12:50:00 -0700
  • 826e44395f
    Update weed/worker/tasks/task_log_handler.go Chris Lu 2025-08-08 12:43:10 -0700
  • 9f13c5b4f6
    Update weed/worker/tasks/erasure_coding/ec_task.go Chris Lu 2025-08-08 12:43:02 -0700
  • 8f5a0b192b
    Update weed/worker/tasks/balance/execution.go Chris Lu 2025-08-08 12:42:18 -0700
  • 9b64c34e7c Merge branch 'master' into fetch-task-logs chrislu 2025-08-08 12:40:48 -0700
  • 3ac2a2e22d
    fix tikv listing due to expired entries (#7115) Chris Lu 2025-08-08 12:38:55 -0700
  • 549ac22c48 address comments chrislu 2025-08-08 12:38:10 -0700
  • 39a52081c5 address comments #7115 chrislu 2025-08-08 12:29:15 -0700
  • 6b3f905066
    Update weed/filer/tikv/tikv_store.go Chris Lu 2025-08-08 12:15:35 -0700
  • 7743184f18 isValidTaskID chrislu 2025-08-08 12:11:25 -0700
  • d4d908a4a1 address comments chrislu 2025-08-08 11:54:12 -0700
  • a16a7a9ded fix tikv listing due to expired entries chrislu 2025-08-08 11:48:42 -0700
  • 616d19a15c read task logs from worker chrislu 2025-08-08 11:46:27 -0700
  • ca56624408 simplify chrislu 2025-08-08 11:26:49 -0700
  • 58300ae630 simplified worker id chrislu 2025-08-08 11:03:05 -0700
  • b1efbd3e8d render timeline chrislu 2025-08-08 10:58:35 -0700
  • 294c172f99 move info chrislu 2025-08-08 10:45:28 -0700
  • fae416586b
    Move helm templates into folders (#7113) Devin Lauderdale 2025-08-08 12:36:01 -0500
  • f44d5605cb fix ec task generation chrislu 2025-08-08 10:29:10 -0700
  • ac9700f496
    fix: update template path reference in filer-statefulset for s3-secret #7113 Devin Lauderdale 2025-08-08 11:36:26 -0500
  • 198a569de9
    refactor: move helm templates into respective service folders Devin Lauderdale 2025-08-08 11:21:25 -0500
  • 8f3e090208 sources and targets chrislu 2025-08-08 00:54:29 -0700
  • 883c36507b rendering balance task source chrislu 2025-08-08 00:23:06 -0700
  • b3cf776e80 remove "Server ID" column chrislu 2025-08-08 00:13:35 -0700
  • 80565d35fb remove TaskSourceLocation chrislu 2025-08-08 00:09:37 -0700
  • 7532feb90e removing placementConflicts from task parameters chrislu 2025-08-07 23:58:21 -0700