Alex lx
lx commented on issue Deuxfleurs/garage#829 2024-05-29 14:46:35 +00:00
Bucket API alias not working

The syntax for GetBucketInfo is [GET /v1/bucket?globalAlias=<alias>](d38509ef4b/doc/drafts/admin-api.md (getbuc)

lx closed issue Deuxfleurs/garage#828 2024-05-29 14:44:31 +00:00
Warnings spam on Docker setup
lx commented on issue Deuxfleurs/garage#828 2024-05-29 14:44:30 +00:00
Warnings spam on Docker setup

You must finish the setup of your cluster as described in the quick start guide by creating a cluster layout.…

lx commented on pull request Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

A reference should also be added in the list that starts on line 93

lx commented on pull request Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

this code calls .trunc() again instead of using the filter_subnet_trunc variable

lx suggested changes for Deuxfleurs/garage#817 2024-05-29 14:42:29 +00:00
add rpc_public_addr_subnet config option

Tiny changes, thanks for your patience

lx commented on issue Deuxfleurs/garage#777 2024-05-24 17:16:13 +00:00
Migrate all metrics under garage_ namespace

Yes, LGTM. We should have done this before the v1.0 release, unfortunately now we will have to wait for v2.0. Sorry.

lx commented on pull request Deuxfleurs/garage#803 2024-05-24 17:13:17 +00:00
Improves Quick Start for users not using Linux

Ping @DougReeder

Otherwise I'll do the rephrasing myself eventually

lx closed issue Deuxfleurs/garage#361 2024-05-24 17:09:36 +00:00
Use SRPT scheduling to improve liveness when sending messages between peers
lx commented on issue Deuxfleurs/garage#361 2024-05-24 17:09:35 +00:00
Use SRPT scheduling to improve liveness when sending messages between peers

The algorithm I have converged on for Garage v1.0 is the following:

  • In priority, poll and send packets for new streams, as these streams have a chance of being short messages and being…
lx pushed to main at Deuxfleurs/wgautomesh 2024-05-24 16:57:16 +00:00
59d315b853 Merge pull request 'update cargo dependencies' (#7) from yuka/wgautomesh:bump-cargo-deps into main
1fa9bcc3e9 update cargo dependencies
Compare 2 commits »
lx merged pull request Deuxfleurs/wgautomesh#7 2024-05-24 16:57:15 +00:00
update cargo dependencies
lx commented on issue Deuxfleurs/garage#738 2024-05-24 16:52:44 +00:00
Can't perform PutObject operation

@Mako Your problem seems to be on the CreateBucket endpoint, so it would be better to open a different issue to discuss it.

To answer your question, it looks like the SDK you are using is…

lx commented on issue Deuxfleurs/garage#815 2024-05-24 16:49:33 +00:00
avoid writing blocks to draining nodes ?

Algorithm: try to have a quorum only on the current nodes. If we can not, use older nodes to achieve a quorum

lx commented on issue Deuxfleurs/garage#818 2024-05-24 16:48:27 +00:00
object expiration?

The lifecycle worker runs only once every 24 hours, and objects are expired only at midnight at the end of the day of expiry. Could you check that even after waiting 24 more hours, your objects…

lx commented on issue Deuxfleurs/garage#821 2024-05-24 16:43:38 +00:00
Reduce FullTableReplication Write Quorum?

I'm fine with changing the write quorum to N/2+1, should we merge your commit in the main branch?

lx commented on issue Deuxfleurs/garage#824 2024-05-24 16:38:51 +00:00
Add support for X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER

I believe the problem here is related to X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER

Indeed, it's not implemented currently.

lx commented on issue Deuxfleurs/garage#825 2024-05-24 16:38:12 +00:00
ACL header get converted to x-amz-acl
lx commented on pull request Deuxfleurs/garage#817 2024-05-24 16:25:58 +00:00
add rpc_public_addr_subnet config option

I think we probably want this to be a hard error that makes garage exit immediately, because the only reason for this is a syntax error in the config file which is the admin's fault