issues
search
relab
/
gorums
Gorums simplify fault-tolerant quorum-based protocols
MIT License
138
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix goroutine leak when test with an empty node list
#190
xuxiaofan1203
closed
1 month ago
0
A potential goroutine leak in gorums /channel.go
#189
xuxiaofan1203
closed
1 month ago
4
Fix NoSendWaiting check in channel
#188
meling
closed
7 months ago
0
bug: incorrect unblock behavior when using `WithNoSendWaiting` call option
#187
meling
closed
7 months ago
1
Fix race condition and Clone
#186
meling
closed
7 months ago
0
feat!: clean up error values and types
#185
meling
closed
7 months ago
0
chore: update errors to follow better style and use the %w verb
#184
meling
closed
7 months ago
1
bug: race condition when accessing configuration from separate goroutines
#183
vidarandrebo
closed
7 months ago
2
Add example projects mainly as documentation of Gorums features
#182
meling
opened
7 months ago
0
Update all dependencies
#181
meling
closed
7 months ago
0
chore: rename channel.sendMsgs
#180
meling
closed
7 months ago
0
feat: Create config regardless of connection failures
#179
aleksander-vedvik
closed
7 months ago
1
feat: Generate ServiceNameClient interface akin to gRPC's plugin
#178
meling
opened
8 months ago
0
fix: rework the context object in gRPC calls
#177
aleksander-vedvik
closed
7 months ago
1
Multiparty
#176
aleksander-vedvik
opened
8 months ago
0
Latency recording per node experiment
#175
meling
opened
9 months ago
0
Upgraded to go 1.22 and dependencies
#174
meling
closed
9 months ago
0
thinking: Consider whether or not to use the WithBlock dial option
#173
meling
closed
7 months ago
1
doc: gorums.NewServer claims to be for internal use
#172
meling
opened
9 months ago
0
deps: Updated to Go 1.21 and upgraded dependencies
#171
meling
closed
9 months ago
0
deps: upgrade golang and dependency versions
#170
vidarandrebo
closed
9 months ago
0
ci: Update GitHub Actions
#169
meling
closed
9 months ago
0
ci: Update GitHub Actions versions to fix failing CI workflows
#168
meling
closed
9 months ago
0
fix: node RPCCall returns nil instead of error
#167
vidarandrebo
closed
9 months ago
0
bug: RawNode.RPCCall returns nil instead of error
#166
vidarandrebo
closed
9 months ago
0
feat: generic datatype for node ID
#165
vidarandrebo
opened
9 months ago
1
Bump golang.org/x/net from 0.0.0-20220105145211-5b0dc2dfae98 to 0.7.0
#164
dependabot[bot]
closed
1 year ago
0
Added link to method options doc from user guide
#163
meling
closed
2 years ago
0
Update user-guide.md to link to method-options.md
#162
meling
closed
2 years ago
0
Configurable network latencies in the configuration
#161
hanish520
opened
2 years ago
2
server: add a ConnectCallback option
#160
johningve
closed
2 years ago
3
Configuration creation with configurable replica count and wait time
#159
hanish520
opened
2 years ago
0
Provide timeout and retry options to the NewConfiguration method
#158
hanish520
opened
2 years ago
0
QSpec objects versus passing quorum functions as arguments
#157
johningve
closed
2 years ago
4
Generics
#156
johningve
opened
2 years ago
0
Custom subconfigurations for a tree
#155
meling
opened
2 years ago
2
Rename internal types to Raw*, add *FromRaw methods to generated code.
#154
johningve
closed
2 years ago
0
fix benchmark
#153
johningve
closed
2 years ago
0
Upgrade grpc dependency and fix deprecated grpc.WithInsecure calls
#152
meling
closed
2 years ago
0
Replace deprecated grpc.WithInsecure()
#151
meling
closed
2 years ago
0
Improve release automation with goreleaser
#150
meling
opened
2 years ago
0
Fix go report card issues
#149
johningve
closed
2 years ago
0
Fix Correctable streams
#148
johningve
closed
3 years ago
0
server: don't reuse mutex for multiple streams
#147
johningve
closed
3 years ago
0
Allow server handlers to use the return statement to send back replies
#146
johningve
closed
3 years ago
0
Reduce node manager coupling
#145
meling
opened
3 years ago
0
node: add a function to get the hostname / IP address only
#144
johningve
closed
3 years ago
2
Decouple node from channel
#143
meling
closed
3 years ago
0
Decouple Node from channel to avoid two-way reference
#142
meling
closed
3 years ago
2
server: don't try to send replies after stream is closed
#141
johningve
closed
3 years ago
0
Next