Releases: lytics/grid
Releases · lytics/grid
etcd client upgrade
Upgrade etcd client to v3.5.7 (#183) * Upgrade etcd client to v3.5.7 * Upgrade more * Remove bazel
Consistently return QueryEvents in the same format for Peers
v3.2.14 Fix peer namespacing in querywatch function (#182)
Missed a mutex unlock
v3.2.13 Fix deadlock by unlocking in all the places (#173)
Fix already registered for mailboxes
Cleanup/deregister a mailbox if we fail to register (#172) * Cleanup/deregister a mailbox if we fail to register * Fix the defers and mutex locking in mailboxes
v3.2.11: Fix race conditions
What's Changed
Full Changelog: v3.2.10...v3.2.11
Leader registration fix
v3.2.10 Fix grid leader errors (#170)
Panic slightly less
Avoid panics on not owner errors because they should go away (#169) * Avoid panics on not owner errors because they should go away * Apply suggestions from code review Co-authored-by: Eric Sniff <[email protected]> Co-authored-by: Eric Sniff <[email protected]>
Panic even more
Add retries to deregister and panic for mailbox (#168) * Add retries to deregister and panic for mailbox * Make sure we panic when the actor fails to close its mailbox. Co-authored-by: Matt Braymer-Hayes <[email protected]>
Deregister on any errors
v3.2.7 Deregister on any errors for etcd registration (#167)
Work around etcd/gRPC error handling oddities
v3.2.6 Work around etcd/gRPC error weirdness, retract v3.2.4 (PR #166)