trinity-1686a
trinity-1686a pushed to main at Deuxfleurs/mknet 2022-08-31 19:34:34 +00:00
30643ca50d add support for limiting queue len
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-07-18 13:21:39 +00:00
cdff8ae1be add detection of premature eos
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-20 21:40:41 +00:00
d3d18b8e8b use a framing protocol instead of even/odd channel
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-19 16:42:39 +00:00
0fec85b47a start supporting sending error on stream
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-19 15:49:04 +00:00
5d7541e13a wait for any ready stream instead of the highest priority one
4745e7c4ba further work on streams
Compare 2 commits »
trinity-1686a created pull request trinity-1686a/garage#1 2022-06-08 08:59:17 +00:00
wip: use netapp streaming
trinity-1686a pushed to main at trinity-1686a/garage 2022-06-08 08:50:49 +00:00
5768bf3622 First implementation of K2V (#293)
def78c5e6f Update netapp to 0.4.4, fix #300
277a20ec44 Fix layout show to not show changes when there are no changes (#297)
c9ef3e461b fix clippy
c93008d333 Prettier code for defragmentation
Compare 397 commits »
trinity-1686a created branch netapp-streams in trinity-1686a/garage 2022-06-08 08:49:45 +00:00
trinity-1686a pushed to netapp-streams at trinity-1686a/garage 2022-06-08 08:49:45 +00:00
c1b84ac459 initial work on netapp streams - garage side
trinity-1686a created pull request trinity-1686a/netapp#1 2022-06-08 08:48:41 +00:00
WIP: associated stream
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-07 22:31:06 +00:00
cdb1117bdd further work on streams
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-05 14:47:38 +00:00
fb5462ecdb rechunk stream
trinity-1686a created branch stream-body in trinity-1686a/netapp 2022-06-05 13:40:30 +00:00
trinity-1686a pushed to stream-body at trinity-1686a/netapp 2022-06-05 13:40:30 +00:00
368ba90879 initial work on associated stream
trinity-1686a created repository trinity-1686a/netapp 2022-06-05 13:40:10 +00:00
trinity-1686a opened issue Deuxfleurs/garage#310 2022-05-23 20:39:03 +00:00
require new nodes to be validated before being able to connect
trinity-1686a opened issue Deuxfleurs/garage#309 2022-05-23 13:11:25 +00:00
support for (some part of) lifecycle configuration
trinity-1686a pushed to k2v-client at trinity-1686a/garage 2022-05-18 16:35:14 +00:00
42ef5cde30 address review comments
trinity-1686a commented on pull request Deuxfleurs/garage#303 2022-05-17 12:29:54 +00:00
add a crate k2v client

I think format_table() should be moved to garage_util for that. Having k2v-client depends on all of the server code sounds bad

trinity-1686a commented on pull request Deuxfleurs/garage#303 2022-05-17 12:25:10 +00:00
add a crate k2v client

oops that's a copy-past from the doc