withinboredom
  • Joined on 2022-02-27
withinboredom opened issue Deuxfleurs/garage#597 2023-07-12 20:40:07 +00:00
Garage fails to count to 3?
withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 22:09:18 +00:00
Handle FD starvation correctly

I think the logs were over the upload limit and they disappeared into the ether.

withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 22:08:34 +00:00
Handle FD starvation correctly

I'll get those to you.

metadata_dir = "/var/lib/garage/meta"
data_dir = "/var/lib/garage/data"

replication_mode = "3"

compression_level = 0

rpc_bind_addr = "[::]:3901"
rpc_secret…
withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 19:26:43 +00:00
Handle FD starvation correctly

It's worth pointing out that it took days for any serious issues to start happening (we had zero monitoring for this failure case), and in this case, it was containers not coming up that…

withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 19:22:49 +00:00
Handle FD starvation correctly

And how I guessed that it was causing corruption:

Jul 10 00:21:48 cameo garage[1036]: 2023-07-10T00:21:48.377886Z  INFO garage_block::resync: Resync block 366876f935fa2911: fetching absent…
withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 19:21:20 +00:00
Handle FD starvation correctly

This is what the garage logs look like during this time:

Jul 09 23:42:49 cameo garage[1036]: 2023-07-09T23:42:49.523702Z  INFO garage_table::sync: (bucket_object_counter) Sending 1 items…
withinboredom commented on issue Deuxfleurs/garage#595 2023-07-11 19:15:43 +00:00
Handle FD starvation correctly
garage block list-errors
Hash                                                              RC  Errors  Last error      Next try
02d36a316fc4a845b66f446e1913a21e6a6d344785d2e07dd798e63dc01752…
withinboredom opened issue Deuxfleurs/garage#595 2023-07-10 20:53:38 +00:00
Handle FD starvation correctly
withinboredom opened issue Deuxfleurs/garage#533 2023-03-16 11:11:32 +00:00
garage layout revert inconsistency
withinboredom commented on issue Deuxfleurs/garage#401 2022-10-26 22:09:39 +00:00
Please mirror Docker image to somewhere else but Docker Hub

Does this work?

withinboredom commented on pull request Deuxfleurs/garage#340 2022-10-26 22:07:46 +00:00
WIP: POC for webhooks

I've had to vanish off the face of the earth due to some family issues. I'm back and I'm hoping to get back into this. I just wanted to give an update now that I'm back on the web.

withinboredom commented on issue Deuxfleurs/garage#338 2022-07-08 14:15:01 +00:00
Proposal: Webhook notifications for regular operations

I've created a POC in #340

withinboredom created pull request Deuxfleurs/garage#340 2022-07-08 14:14:34 +00:00
WIP: POC for webhooks
withinboredom pushed to main at withinboredom/garage 2022-07-08 13:45:57 +00:00
e1c33c9680 put hook in correct place
f6004fe79a Add basic implementation
fe3fa83de7 Publish k2v-client crate to crates.io (#337)
b6d59ec19a Fix poll item when item didn't change
0850bac874 Add `poll` command to `k2v-cli` (#335)
Compare 35 commits »
withinboredom commented on issue Deuxfleurs/garage#338 2022-07-07 22:07:41 +00:00
Proposal: Webhook notifications for regular operations

In your use case, do you envision a scenario when missing a webhook trigger causes a lot of issues in your system, or could you recover from such missed events in some way? More genrally, what do…

withinboredom opened issue Deuxfleurs/garage#338 2022-07-07 11:58:23 +00:00
Proposal: Webhook notifications for regular operations
withinboredom commented on pull request Deuxfleurs/garage#280 2022-04-11 17:48:32 +00:00
remove size limitation in copy

Hi @lx! Sorry I totally missed your reply. I've rebased on main and removed the 5MB limit.

withinboredom pushed to main at withinboredom/garage 2022-04-11 17:47:59 +00:00
2a1f2138df fix warning
2616cf399e remove limitation
47e57518ec Add documentation on running Kopia with Garage
dffcd9f4b1 update Cargo.nix
5d404dcd54 Add missing opentelemetry features
Compare 12 commits »
withinboredom pushed to main at withinboredom/garage 2022-04-05 19:07:10 +00:00
75add7e133 Change to constant
withinboredom commented on pull request Deuxfleurs/garage#280 2022-04-04 10:58:43 +00:00
remove size limitation in copy

I thought about a smoke test, but tricking the clients into doing a multi-part less than 5mb seems impossible. Should be ready for review.